Skip to content

Commit

Permalink
README syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
philfreo authored Jan 24, 2017
1 parent 017b6b8 commit 1543f7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ A convenient Python wrapper for the [Close.io](https://close.io/) API.
See the developer docs at http://developer.close.io. For any questions or issues, please contact support(at)close(dot)io.

### Sample Usage
```

```python
from closeio_api import Client
import urllib

Expand All @@ -23,13 +24,12 @@ lead_results = api.get('lead', params={
'_fields': 'id,display_name,status_label',
'query': 'custom.my_custom_field:"some_value" status:"Potential" sort:updated'
})
```

Check out `scripts/` for more detailed examples.

### Running a script
```
```bash
$ git clone https://github.com/closeio/closeio-api.git
$ cd closeio-api
$ virtualenv venv
Expand Down

0 comments on commit 1543f7a

Please sign in to comment.