Browse Source

added AMD name to README in import section

hhzl 9 years ago
parent
commit
c0c80062e0
1 changed files with 8 additions and 3 deletions
  1. 8 3
      README.md

+ 8 - 3
README.md

@@ -12,9 +12,14 @@ Lite mite wrapping basic DOM for Amber Smalltalk
 - ``grunt devel``
 - Start server with `amber serve` and go to `http://localhost:4000/`
 
-This makes modules from `amber/domite` namespace loadable and you can add them
-to `imports:` section of your packages, eventually into `deploy.js` / `devel.js`,
-though former is preferred because of easier deployment process.
+This makes modules from `amber/domite` namespace loadable.
+
+To do so in the Helios IDE change the `imports:` section of your packages which use ``Domite`` to
+`imports: {'amber/domite/DOMite'}`.
+
+Or you may add it to the `deploy.js` / `devel.js` files.
+The former is preferred because of an easier deployment process.
+
 
 ## Contributing