Skip to content

Commit c0c0548

Browse files
committed
Changed version in readme
1 parent 83b22e3 commit c0c0548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ alert(Gon.your_other_variable)
3434
Puts this line into `Gemfile` then run `$ bundle`:
3535

3636
``` ruby
37-
gem 'gon', '0.1.0'
37+
gem 'gon', '0.2.0'
3838
```
3939

4040
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
4141

4242
``` ruby
43-
config.gem 'gon', :version => '0.1.0'
43+
config.gem 'gon', :version => '0.2.0'
4444
```
4545

4646
Or manually install gon gem: `$ gem install gon`

0 commit comments

Comments
 (0)