Skip to content

Commit 1c474fe

Browse files
committed
README Tweaks
Wasn't rendering properly plus a few whitespace tweaks.
1 parent cf0e43f commit 1c474fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst renamed to README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can also set the API key via the CLEARBIT_KEY environment variable.
2626
Then you can lookup people by email address. If the email's domain is corporate we'll also return a company response.
2727

2828
```python
29-
response = clearbit.Enrichment.find(email='alex@clearbit.com',stream=True)
29+
response = clearbit.Enrichment.find(email='alex@clearbit.com', stream=True)
3030
```
3131

3232
See the [documentation](https://clearbit.com/docs#person-api) for more information.
@@ -54,7 +54,7 @@ proxies = {
5454
'https': 'https://user:password@proxyserver.tld:8080',
5555
}
5656

57-
response = clearbit.Enrichment.find(email='alex@clearbit.com',proxies=proxies)
57+
response = clearbit.Enrichment.find(email='alex@clearbit.com', proxies=proxies)
5858
```
5959

6060
## Testing

0 commit comments

Comments
 (0)