Skip to content

Commit

Permalink
Merge pull request soveran#17 from Agis-/patch-1
Browse files Browse the repository at this point in the history
Move the "Installation" section at the top.
  • Loading branch information
cyx committed Nov 2, 2012
2 parents f2259af + e6bc0e3 commit 4bcee55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ It integrates many templates via [Tilt][tilt], and testing via
[capybara]: http://github.com/jnicklas/capybara
[rack-test]: https://github.com/brynary/rack-test

Installation
------------

``` ruby
$ gem install cuba
```

Usage
-----

Expand Down Expand Up @@ -437,10 +444,3 @@ Cuba.set(:foo, "bar")
assert_equal "bar", Cuba.get(:foo)
assert_equal "bar", Cuba.settings[:foo]
```

Installation
------------

``` ruby
$ gem install cuba
```

0 comments on commit 4bcee55

Please sign in to comment.