Skip to content

Commit 5543a5c

Browse files
authored
Merge pull request #178 from FanaHOVA/patch-1
Use proper casing on generator example
2 parents 18d30f2 + 01ac9cc commit 5543a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ bundle install
6060
You can use the bundled generator if you are using the library inside of
6161
a Rails project:
6262

63-
rails g Serializer Movie name year
63+
rails g serializer Movie name year
6464

6565
This will create a new serializer in `app/serializers/movie_serializer.rb`
6666

0 commit comments

Comments
 (0)