Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsinani committed Mar 23, 2012
1 parent c0ba80e commit b933f80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Install


```shell ```shell
gem install gambas gem install gambas
```


or add to your Gemfile or add to your Gemfile


```shell ```shell
gem 'gambas' gem 'gambas'
```


Usage Usage
========== ==========
Expand All @@ -25,6 +26,6 @@ In the index view add a branch to your respond_to block


```shell ```shell
format.pdf { render :pdf => :contents } format.pdf { render :pdf => :contents }

```
MIT Licence. rtsinani MIT Licence. rtsinani

0 comments on commit b933f80

Please sign in to comment.