From 4687f1a72de1655b9a9a9f3ee35311907c10ed1e Mon Sep 17 00:00:00 2001 From: Michael Hartl Date: Thu, 23 Nov 2017 13:06:44 -0800 Subject: [PATCH] Fix require to work with examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7757c45..58164ee 100644 --- a/README.md +++ b/README.md @@ -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} @@ -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 ```