Skip to content

Commit 6697515

Browse files
committed
Edited README.md via GitHub
1 parent d28173e commit 6697515

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
@@ -46,13 +46,13 @@ alert(Gon.your_hash)
4646
Puts this line into `Gemfile` then run `$ bundle`:
4747

4848
``` ruby
49-
gem 'gon', '1.1.0'
49+
gem 'gon', '1.0.0'
5050
```
5151

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

5454
``` ruby
55-
config.gem 'gon', :version => '1.1.0'
55+
config.gem 'gon', :version => '1.0.0'
5656
```
5757

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

0 commit comments

Comments
 (0)