Commit 1340635f by Turadg Aleahmad

Merge pull request #104 from swrobel/master

Fix README with correct generator syntax
parents be4e2682 db94846b
...@@ -122,7 +122,7 @@ anywhere in the file: ...@@ -122,7 +122,7 @@ anywhere in the file:
To generate a configuration file (in the form of a `.rake` file), to set To generate a configuration file (in the form of a `.rake` file), to set
default options: default options:
rails g annotate_models:install rails g annotate:install
Edit this file to control things like output format, where annotations are Edit this file to control things like output format, where annotations are
added (top or bottom of file), and in which artifacts. added (top or bottom of file), and in which artifacts.
...@@ -133,7 +133,7 @@ added (top or bottom of file), and in which artifacts. ...@@ -133,7 +133,7 @@ added (top or bottom of file), and in which artifacts.
To generate a configuration file (in the form of a `.rake` file), to set To generate a configuration file (in the form of a `.rake` file), to set
default options: default options:
rails g annotate_models:install rails g annotate:install
Edit this file to control things like output format, where annotations are Edit this file to control things like output format, where annotations are
added (top or bottom of file), and in which artifacts. added (top or bottom of file), and in which artifacts.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment