Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 15, 2016
1 parent 70ce925 commit dedd454
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit dedd454

Please sign in to comment.