Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdsteele committed Feb 22, 2015
1 parent d05e647 commit 1c67455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,6 +1,6 @@
# arnoldc-to-js
# arnoldc.js

arnoldc-to-js is a compiler from ArnoldC language to Javascript, with support for source maps.
arnoldc.js is a compiler from ArnoldC language to Javascript, with support for source maps.

You can read about the original project here : https://github.com/lhartikk/ArnoldC

Expand All @@ -10,10 +10,10 @@ Install: `npm install arnoldc.js --global`

Run: `arnoldc.js {{file.arnoldc}}`

It will output two files:
It will produce two files:

* Compiled javascript: `PATH_TO_YOUR_FILE.arnoldc.js`
* Source Map javascript: `PATH_TO_YOUR_FILE.arnoldc.js.map`
* Compiled javascript: `file.arnoldc.js`
* Source Map javascript: `file.arnoldc.js.map`

The source map contents is inlined into the map using `sourcesContent`, so you don't need to host your .arnoldc files.

Expand Down

0 comments on commit 1c67455

Please sign in to comment.