diff --git a/README.md b/README.md index e6c13ef..8809a34 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Or you can clone the repo like so: ## Development -This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/). Essentially, just make sure you do your changes in the `develop` branch. You can run the tests by installing pytest with `pip install pytest`, and then run `py.test` +This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/). Essentially, just make sure you do your changes in the `develop` branch. You can run the tests by installing pytest with `pip install pytest`, and then run `py.test` from the `test` directory. ## Documentation/Example There is some basic documentation [here](http://jparyani.github.io/pycapnp/).