Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
halilkaya committed Jun 30, 2016
1 parent 0c53c36 commit adf76dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ print(mc.make('sentence'))
- pypy3
- pypy

## Running Tests
To run tests, you have to install **unittest** first:
```sh
$ pip install unittest
```
Then, just run **tests.py**:
```sh
$ python tests.py
```

## API Reference

### `make()`
Expand Down

0 comments on commit adf76dd

Please sign in to comment.