Sfoglia il codice sorgente

Merge pull request #21 from hhzl/indicate-AMD-name-in-README

added AMD name to README in import section
Herbert Vojčík 9 anni fa
parent
commit
52862a4057
1 ha cambiato i file con 8 aggiunte e 3 eliminazioni
  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