diff --git a/README.md b/README.md index 92631d50..09e413b9 100644 --- a/README.md +++ b/README.md @@ -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: