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