summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-11 00:02:50 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-11 00:02:50 -0300
commit512a8d462df1bbecf3972a4554bba7eae59e3258 (patch)
treedd3085dd6cf1285de73c089be520d315c89b2651 /README.md
parent8f1245bfef311a430726bd47027d6b7b0405723b (diff)
downloadhighline-512a8d462df1bbecf3972a4554bba7eae59e3258.tar.gz
Rephrase some instructions on README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e98560e..50e9cdb 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,8 @@ cli.choose do |menu|
end
```
-If you want to save up some characteres, you can inject/import HighLine methods on Kernel by doing the following. Be aware to avoid name collisions at the main namespace.
+If you want to save some characters, you can inject/import HighLine methods on Kernel by doing the following. Just be sure to avoid name collisions in the top-level namespace.
+
```ruby
require 'highline/import'