summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-07 22:16:43 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-10-09 23:33:48 -0300
commit40811c904bfba33fe6c58aba4b8ec98c0d1f505c (patch)
tree222a4fc22323bcc5fbffc7158880922c8a1de29b /README.md
parent0ac07b04ac9d6202b8fb1c49328c77ac49a53459 (diff)
downloadhighline-40811c904bfba33fe6c58aba4b8ec98c0d1f505c.tar.gz
Use markdown syntax on README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index cfd1fcb..b109560 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-= HighLine
+HighLine
+========
by James Edward Gray II
@@ -9,18 +10,20 @@ by James Edward Gray II
[![Test Coverage](https://codeclimate.com/github/abinoam/highline/badges/coverage.svg)](https://codeclimate.com/github/abinoam/highline/coverage)
[![Inline docs](http://inch-ci.org/github/JEG2/highline.svg?branch=master)](http://inch-ci.org/github/JEG2/highline)
-== Description
+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
after, and let it do all the work.
-== Documentation
+Documentation
+-------------
See HighLine and HighLine::Question for documentation.
@@ -28,7 +31,8 @@ Start hacking in your code with HighLine with:
require 'highline/import'
-== Examples
+Examples
+--------
Basic usage:
@@ -64,15 +68,18 @@ Menus:
For more examples see the examples/ directory of this project.
-== Requirements
+Requirements
+------------
HighLine from version >= 1.7.0 requires ruby >= 1.9.3
-== Installing
+Installing
+----------
See the INSTALL file for instructions.
-== Questions and/or Comments
+Questions and/or Comments
+-------------------------
Feel free to email {James Edward Gray II}[mailto:james@grayproductions.net] or
{Gregory Brown}[mailto:gregory.t.brown@gmail.com] with any questions.