summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-10 06:43:29 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-10 06:43:29 -0300
commit8f1245bfef311a430726bd47027d6b7b0405723b (patch)
tree49a3b147297856f34850ba2db5daec0ac6a2d3a0 /README.md
parent44e7093c7dde4f07db032c8cae3b12c2363c87a6 (diff)
downloadhighline-8f1245bfef311a430726bd47027d6b7b0405723b.tar.gz
Add a missing dot on a setence at README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6071e5..e98560e 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Description
Welcome to HighLine.
HighLine was designed to ease the tedious tasks of doing console input and
-output with low-level methods like ```gets``` and ```puts``` HighLine provides a
+output with low-level methods like ```gets``` and ```puts```. HighLine provides a
robust system for requesting data from a user, without needing to code all the
error checking and validation rules and without needing to convert the typed
Strings into what your program really needs. Just tell HighLine what you're