Skip to content

Commit 658c441

Browse files
committed
Update readme
1 parent 0095963 commit 658c441

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
@@ -31,7 +31,7 @@ end
3131

3232
## Usage
3333

34-
### Language detection
34+
### Detect language
3535

3636
```ruby
3737
DetectLanguage.detect('Dolce far niente')
@@ -43,7 +43,7 @@ DetectLanguage.detect('Dolce far niente')
4343
[{"language" => "it", "score" => 0.5074}]
4444
```
4545

46-
### Language code detection
46+
### Detect single code
4747

4848
If you need just a language code you can use `detect_code`.
4949

@@ -75,7 +75,7 @@ Result is array of detections in the same order as the texts were passed.
7575
[[{"language" => "it", "score" => 0.5074}], [{"language" => "lt", "score" => 0.3063}]]
7676
```
7777

78-
### Getting your account status
78+
### Get your account status
7979

8080
```ruby
8181
DetectLanguage.account_status
@@ -88,7 +88,7 @@ DetectLanguage.account_status
8888
"daily_requests_limit"=>5000, "daily_bytes_limit"=>1048576, "status"=>"ACTIVE"}
8989
```
9090

91-
### Getting list of supported languages
91+
### Get list of supported languages
9292

9393
```ruby
9494
DetectLanguage.languages

0 commit comments

Comments
 (0)