Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit fb4aad0

Browse files
authored
Update README.md
1 parent 52eb1ab commit fb4aad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docker run -d -p 8080:8080 notaitech/deeptranslit:hindi
1313
```python
1414
# Query from python
1515
import requests
16-
requests.post('http://localhost:8080/sync', json={"data": ['mera naam amitab.', 'amitab-aur-abhishek']}).json()
16+
requests.post('http://localhost:8080/sync', json={"data": ['mera naam amitab.']}).json()
1717
```
1818

1919
**As python module**

0 commit comments

Comments
 (0)