From 7aff09b778118f826c050928585193e4cb793540 Mon Sep 17 00:00:00 2001 From: Michael McMillan Date: Tue, 21 Apr 2015 17:26:14 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d5ab89 --- /dev/null +++ b/README.md @@ -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 git@github.com:citation-style-language/styles.git +git submodule add git@github.com:citation-style-language/locales.git +```` + +Reference them when calling the wrapper. See test/test.js for how to do that.