Skip to content

Commit d1aa92d

Browse files
authored
Fix apple_auth_controller name typos in README (#30)
1 parent 87a90cd commit d1aa92d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ AppleAuth::Token.new(code).authenticate!
9191

9292
If you are using devise_token_auth gem, run this generator.
9393

94-
$ rails g apple_sign_in:appple_auth_controller [scope]
94+
$ rails g apple_sign_in:apple_auth_controller [scope]
9595

9696
In the scope you need to write your path from controllers to your existent devise controllers.
97-
An example `$ rails g apple_auth:appple_auth_controller api/v1/`
97+
An example `$ rails g apple_auth:apple_auth_controller api/v1/`
9898
This will generate a new controller: `controllers/api/v1/apple_auth_controller.rb`.
9999

100100
You should configure the route, you can wrap it in the devise_scope block like:

0 commit comments

Comments
 (0)