Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiland committed Jan 24, 2019
1 parent 29e2d35 commit d809ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ or you can clone this directory and:
`$ python setup.py install`

### Quickstart
Once your app has been registered with DoITT, using the API is simple:
Once your app has been registered with [DoITT](http://www.nyc.gov/html/doitt/html/home/home.shtml), using the API is simple:

```python
from geoclient import Geoclient
g = Geoclient('my app ID', 'my app key')
```


You can use any of the available methods documented in the [API](https://python-geoclient.readthedocs.org/en/latest/api.html):
You can use any of the available methods documented in the [API](https://python-geoclient.readthedocs.io/en/latest/API.html):
```python
g.address(100, 'Gold st', 'MN')

Expand Down

0 comments on commit d809ad2

Please sign in to comment.