Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library has been updated to be distributed and to work on modern Ruby imple
Full Example

```ruby
require 'whatlanguage'
require 'whatlanguage/string'

texts = []
texts << %q{Deux autres personnes ont été arrêtées durant la nuit}
Expand Down Expand Up @@ -80,7 +80,7 @@ None, minor libraries (BloominSimple and BitField) included with this release.
To test, go into irb, then:

```ruby
require 'whatlanguage'
require 'whatlanguage/string'
"Je suis un homme".language
```

Expand Down