diff --git a/typescript/loopover/README.md b/typescript/loopover/README.md
index d599904..23a55d1 100644
--- a/typescript/loopover/README.md
+++ b/typescript/loopover/README.md
@@ -10,6 +10,8 @@
 npm install @adrielus/loopover
 ```
 
+(There is also an amd build at `/dist/bundle.amd.js` which uses the `Loopover` namespace)
+
 ## Usage
 
 ### Creating a game
diff --git a/typescript/loopover/package.json b/typescript/loopover/package.json
index a035ae5..b1fea7b 100644
--- a/typescript/loopover/package.json
+++ b/typescript/loopover/package.json
@@ -1,7 +1,7 @@
 {
     "name": "@adrielus/loopover",
     "version": "0.1.0",
-    "description": "Isomorphic loopover simulator.",
+    "description": "Reliable loopover simulator",
     "main": "dist/bundle.cjs.js",
     "module": "dist/bundle.esm.js",
     "typings": "dist/index.d.ts",
diff --git a/typescript/loopover/rollup.config.ts b/typescript/loopover/rollup.config.ts
index 6dc446d..19dadb4 100644
--- a/typescript/loopover/rollup.config.ts
+++ b/typescript/loopover/rollup.config.ts
@@ -32,7 +32,7 @@ export default [
                 file: `${outputDirectory}/bundle.amd.js`,
                 sourcemap: true,
                 format: 'amd',
-                name: 'Ecs'
+                name: 'Loopover'
             }
         ],
         plugins: [