Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed Jul 22, 2011
1 parent 95a533f commit a6f8e86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Expand Up @@ -14,11 +14,13 @@ h2. Installation
To install Globalize3 with its default setup just use:

<pre><code>
$ gem install globalize3
gem globalize3
</code></pre>

h2. Model translations

Model translations allow you to translate your models' attribute values. E.g.

h3. New schema

<pre><code>
Expand All @@ -28,7 +30,6 @@ end
</code></pre>

h3. Old schema
Model translations allow you to translate your models' attribute values. E.g.

<pre><code>
class Post < ActiveRecord::Base
Expand Down

0 comments on commit a6f8e86

Please sign in to comment.