From 01ac9ccbe75cd15d51cdb877706bd2eb12df1653 Mon Sep 17 00:00:00 2001 From: Alessio Fanelli Date: Fri, 20 Apr 2018 14:37:56 +0200 Subject: [PATCH 1/2] Use proper casing on generator example `rails g Serializer` isn't a valid command, serializer shouldn't be capitalized. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bff28e5..8c43a86 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ bundle install You can use the bundled generator if you are using the library inside of a Rails project: - rails g Serializer Movie name year + rails g serializer Movie name year This will create a new serializer in `app/serializers/movie_serializer.rb` From 7263aba7772c12b59fb075988f32327c0c03e005 Mon Sep 17 00:00:00 2001 From: Masato Ohba Date: Tue, 15 May 2018 12:39:23 +0900 Subject: [PATCH 2/2] Remove dead link Because the position is closed. Refs: https://github.com/Netflix/fast_jsonapi/issues/209 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c43a86..0ac104d 100644 --- a/README.md +++ b/README.md @@ -304,4 +304,3 @@ rspec spec --tag performance:true Join the Netflix Studio Engineering team and help us build gems like this! * [Senior Ruby Engineer](https://jobs.netflix.com/jobs/864893) -* [Senior Platform Engineer](https://jobs.netflix.com/jobs/865783)