Skip to content

Commit

Permalink
Update README with development tips
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
janosrusiczki committed Sep 6, 2019
1 parent cbdf5ac commit 3f809e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ matches = Underpass::QL::Query.perform(bbox, op_query)

See [more usage examples](usage-examples.md).

## Development

* Test the library by running `bundle console`
* Run `guard` in the project directory, it will run Rubocop and RSpec on the
modified files automatically

## To Do

Have a look at the [issue tracker](https://github.com/haiafara/underpass/issues).
Expand Down

0 comments on commit 3f809e0

Please sign in to comment.