Skip to content

Commit

Permalink
sick of updating the README with every version bump :)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Apr 21, 2009
1 parent ac3d659 commit 420b4ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.textile
@@ -1,4 +1,4 @@
h1. Formtastic 0.1.5
h1. Formtastic

Formtastic is a Rails FormBuilder DSL (with some other goodies) to make it far easier to create beautiful, semantically rich, syntactically awesome, readily stylable and wonderfully accessible HTML forms in your Rails applications.

Expand Down Expand Up @@ -85,8 +85,7 @@ And then add it as a dependency in your environment.rb file:
<pre>
config.gem "justinfrench-formtastic",
:lib => 'formtastic',
:source => 'http://gems.github.com',
:version => '0.1.5'
:source => 'http://gems.github.com'
</pre>

If you're a little more old school, install it as a plugin:
Expand Down

0 comments on commit 420b4ce

Please sign in to comment.