Skip to content

Commit a990d92

Browse files
committed
chore: update readme
1 parent e7dcd10 commit a990d92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,25 @@ Into Gemfile from rubygems.org:
8484

8585
```ruby
8686
group :development do
87-
gem 'annotate'
87+
gem 'annot8'
8888
end
8989
```
9090

9191
Into Gemfile from Github:
9292

9393
```ruby
9494
group :development do
95-
gem 'annotate', git: 'https://github.com/ctran/annotate_models.git'
95+
gem 'annot8', git: 'https://github.com/chemica/annotate_models.git'
9696
end
9797
```
9898

9999
Into environment gems from rubygems.org:
100100

101-
gem install annotate
101+
gem install annot8
102102

103103
Into environment gems from Github checkout:
104104

105-
git clone https://github.com/ctran/annotate_models.git annotate_models
105+
git clone https://github.com/chemica/annotate_models.git annotate_models
106106
cd annotate_models
107107
rake gem
108108
gem install dist/annotate-*.gem

0 commit comments

Comments
 (0)