From dedd454c053646328fe82a6eb0ee8b61e37d2bb5 Mon Sep 17 00:00:00 2001 From: bubkoo Date: Fri, 15 Apr 2016 22:39:41 +0800 Subject: [PATCH] temp --- README.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 491fea7..c478ce5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ $ npm install --save random-natural ## Usage +> For more use-cases see the [tests](https://github.com/bubkoo/random-natural/blob/master/test/spec/index.js) + + ```js var randomNatural = require('random-natural'); @@ -64,5 +67,13 @@ Maximum integer to return. - Non-numeric `min` or `max` will be treat as `0`. - If `min` greater than `max`, they will be swapped with each other. + + ## Related + +## Contributing + +Pull requests and stars are highly welcome. + +For bugs and feature requests, please [create an issue](https://github.com/bubkoo/random-natural/issues/new). diff --git a/package.json b/package.json index 153b58b..5cdba01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "random-natural", - "version": "0.0.0", + "version": "1.0.0", "description": "Generate a random natural number.", "main": "index.js", "scripts": {