Skip to content

Commit e6256d2

Browse files
committed
Adjust readme
1 parent 3c25f31 commit e6256d2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ detectlanguage.detect("Dolce far niente")
4040
[{'language': 'it', 'score': 0.5074}]
4141
```
4242

43-
### Simple language detection
43+
### Simple code detection
4444

4545
If you need just a language code you can use `detect_code`.
4646

@@ -85,7 +85,7 @@ detectlanguage.account_status()
8585
'plan_expires': None }
8686
```
8787

88-
### Getting list detectable languages
88+
### Getting list of supported languages
8989

9090
```python
9191
detectlanguage.languages()
@@ -97,16 +97,6 @@ detectlanguage.languages()
9797
[{'code': 'aa', 'name': 'Afar'}, {'code': 'ab', 'name': 'Abkhazian'}, ...]
9898
```
9999

100-
## Contribution
101-
102-
You are welcome to patch and send GitHub pull requests.
103-
104-
### Testing
105-
106-
pip install -r requirements.txt
107-
pip install -r test-requirements.txt
108-
pytest
109-
110100
## License
111101

112102
Detect Language API Python Client is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

0 commit comments

Comments
 (0)