We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e568027 commit e6e82ccCopy full SHA for e6e82cc
README.md
@@ -33,7 +33,7 @@ You can add your key and access-token for higher rate limit.
33
To get Key and Access Token you have to register your app to http://stackapps.com/
34
Run command in your application dir.
35
36
- $ rails generate ruby-stackoverflow --client_key=<key> --access_token=<access token>
+ $ rails generate ruby_stackoverflow --client_key=<key> --access_token=<access token>
37
38
This command will create a ruby_stackoverflow.rb file in config/initializers.
39
0 commit comments