Skip to content

Commit 01ac9cc

Browse files
authored
Use proper casing on generator example
`rails g Serializer` isn't a valid command, serializer shouldn't be capitalized.
1 parent 18d30f2 commit 01ac9cc

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)