Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Apr 17, 2019
1 parent 509be5f commit 3a4fb8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,24 @@ Pull requests are welcome.

Please make sure to add tests when adding new methods.

## Development

Test

```bash
make test
```

Release

```bash
git tag v0.1.x
```

```bash
make release
```

## License

MIT

0 comments on commit 3a4fb8e

Please sign in to comment.