Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmcmillan committed Apr 21, 2015
1 parent 8023646 commit 7aff09b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# citeproc-node-iojs
A working citeproc-js wrapper for node and iojs.

To download the styles and languages required for this module to work, run the following:
````bash
git submodule add [email protected]:citation-style-language/styles.git
git submodule add [email protected]:citation-style-language/locales.git
````

Reference them when calling the wrapper. See test/test.js for how to do that.

0 comments on commit 7aff09b

Please sign in to comment.