Skip to content

Commit 9b6adcf

Browse files
committed
Adjust readme
1 parent e6256d2 commit 9b6adcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ detectlanguage.configuration.api_key = "YOUR API KEY"
2828

2929
## Usage
3030

31-
### Language detection
31+
### Detect language
3232

3333
```python
3434
detectlanguage.detect("Dolce far niente")
@@ -40,7 +40,7 @@ detectlanguage.detect("Dolce far niente")
4040
[{'language': 'it', 'score': 0.5074}]
4141
```
4242

43-
### Simple code detection
43+
### Detect single code
4444

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

@@ -71,7 +71,7 @@ Result is array of detections in the same order as the texts were passed.
7171
[[{'language': 'it', 'score': 0.5074}], [{'language': 'en', 'score': 0.9098}]]
7272
```
7373

74-
### Getting your account status
74+
### Get your account status
7575

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

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

9090
```python
9191
detectlanguage.languages()

0 commit comments

Comments
 (0)