瀏覽代碼

added AMD name to README in import section

hhzl 10 年之前
父節點
當前提交
c0c80062e0
共有 1 個文件被更改,包括 8 次插入3 次删除
  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