Skip to content

Commit 8c1517a

Browse files
committed
more readme tweakages
1 parent 0630de3 commit 8c1517a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This is a simple python wrapper around the OneSky API for managing
44
translations. For the full documentation on the OneSky REST API, see
55
https://github.com/onesky/api-documentation-platform.
66

7+
It's still pretty early/rough, so please let me know if you have any
8+
problems or suggestions! I'm not sure I'm crazy about the methods
9+
returning (http status, dictionary) pairs, so I'm particularly open to
10+
suggestions there. Perhaps throwing an exception for a bad http status?
11+
712
## Installation
813
```
914
$ python setup.py install
@@ -113,6 +118,6 @@ onesky>
113118
To run the unit tests, you'll need the `nose` and `mock` libraries installed:
114119
```
115120
$ pip install mock nose
116-
$ cd /path/to/python-onesky
121+
$ cd /path/to/onesky-python
117122
$ nosetests
118123
```

0 commit comments

Comments
 (0)