Skip to content

Commit e0150b6

Browse files
committed
Updated README
1 parent 4cc894b commit e0150b6

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ $ pip install ivona_api
2828
There's no proper documentation as of now, but the code is commented and
2929
*should* be pretty straightforward to use.
3030

31-
That said - feel free to ask me via [email](mailto:[email protected]) or
32-
[GitHub issues][github add issue] if anything is unclear.
31+
That said - feel free to open a [GitHub issues][github add issue] if anything
32+
is unclear.
3333

3434
## Tests
3535
Package was tested with the help of `py.test` and `tox` on Python 2.7, 3.4, 3.5
@@ -41,9 +41,9 @@ To run tests yourself you need to set environment variables with secret
4141
and access keys before running `tox` inside the repository:
4242

4343
```shell
44-
$ pip install -r requirements/dev.txt
45-
$ export IVONA_ACCESS_KEY="YOUR_ACTUAL_ACCESS_KEY"
46-
$ export IVONA_SECRET_KEY="YOUR_ACTUAL_SECRET_KEY"
44+
$ export IVONA_ACCESS_KEY='...'
45+
$ export IVONA_SECRET_KEY='...'
46+
$ pip install tox
4747
$ tox
4848
```
4949

@@ -54,10 +54,14 @@ Feel free to use, ask, fork, star, report bugs, fix them, suggest enhancements,
5454
add functionality and point out any mistakes. Thanks!
5555

5656
## Authors
57-
Developed and maintained by [Pythonity][pythonity], a group of Python enthusiasts who love open source, have a neat [blog][pythonity blog] and are available [for hire][pythonity].
57+
Developed and maintained by [Pythonity][pythonity], a group of Python
58+
enthusiasts who love open source, have a neat [blog][pythonity blog] and are
59+
available [for hire][pythonity].
5860

5961
Written by [Paweł Adamczak][pawelad].
6062

63+
Released under [MIT License][license].
64+
6165

6266
[coveralls]: https://coveralls.io/github/Pythonity/python-ivona-api
6367
[github]: https://github.com/Pythonity/python-ivona-api

0 commit comments

Comments
 (0)