From 41a6db1fda310398c793f2e41f1ebac6add73480 Mon Sep 17 00:00:00 2001 From: Todd Wolfson Date: Thu, 31 Jan 2013 09:47:58 -0800 Subject: [PATCH] Added Getting Started section --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 45bae96..33805ee 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,25 @@ Generate repeatable random data in JS Inspired by [Faker.js](http://github.com/Marak/Faker.js) Uses slightly modified [Alea PRNG](http://baagoe.org/en/wiki/Alea) +## Getting started + +For the server, install Nonsense via [npm][npm]. +```shell +npm install Nonsense +``` + +For the browser, download [Nonsense.js][nonsense.js], and include it as a script tag. + +```html + + +``` + +[npm]: https://npmjs.org/ +[nonsense.js]: https://raw.github.com/jocafa/Nonsense/master/Nonsense.js ## Usage