Skip to content

Commit d44294a

Browse files
committed
Update README.rdoc
Corrected rails generate command to reflect the current generator name: annotate_models:install
1 parent 1dbabb2 commit d44294a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ anywhere in the file:
122122
To generate a configuration file (in the form of a `.rake` file), to set
123123
default options:
124124

125-
rails g annotate:install
125+
rails g annotate_models:install
126126

127127
Edit this file to control things like output format, where annotations are
128128
added (top or bottom of file), and in which artifacts.
@@ -133,7 +133,7 @@ added (top or bottom of file), and in which artifacts.
133133
To generate a configuration file (in the form of a `.rake` file), to set
134134
default options:
135135

136-
rails g annotate:install
136+
rails g annotate_models:install
137137

138138
Edit this file to control things like output format, where annotations are
139139
added (top or bottom of file), and in which artifacts.
@@ -271,4 +271,4 @@ With help from:
271271
- Dmitry Lihachev
272272
- qichunren
273273

274-
and many others that I may have missed to add.
274+
and many others that I may have forgotten to add.

0 commit comments

Comments
 (0)