Correct unnatural phrasing in README

This commit is contained in:
Paul Geraghty 2013-12-29 04:23:13 +01:00
parent 6ce9a15a5a
commit ffc0ee5d69
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Please see the [instructions on how to install Foundation in a Rails app](http:/
**Simple Form** was designed to be customized as you need to. Basically it's a stack of components that
are invoked to create a complete html input for you, which by default contains label, hints, errors
and the input itself. It does not aim to create a lot of different logic from the default Rails
form helpers, as they do a great work by themselves. Instead, **Simple Form** acts as a DSL and just
form helpers, as they do a great job by themselves. Instead, **Simple Form** acts as a DSL and just
maps your input type (retrieved from the column definition in the database) to a specific helper method.
To start using **Simple Form** you just have to use the helper it provides: