app/views/oauth/docs/markdown/quick_start.md.erb in opro-0.0.1 vs app/views/oauth/docs/markdown/quick_start.md.erb in opro-0.0.2

- old
+ new

@@ -38,10 +38,10 @@ We'll be using [Curl](<%= oauth_doc_path(:curl) %>) to go through the process of getting an access for our first user, you'll likely use http client libraries in your actual applications, but most systems come with curl and it is a fairly easy way to get started. If you've never used it before read our [curl documentation](<%= oauth_doc_path(:curl) %>) (Note in all code examples the $ character indicates we are on the command line, it does not need to be coppied) - $ curl '<%= "#{request.base_url}/oauth/access_token?" %>?client_id=3234myClientId5678&client_secret=14321myClientSecret8765&code=4857goldfish827423' + $ curl '<%= "#{request.base_url}/oauth/token?" %>?client_id=3234myClientId5678&client_secret=14321myClientSecret8765&code=4857goldfish827423' You'll want to make sure to replace `client_id`, `client_secret`, and `code` with your values. You should get back a response that looks like this