Przeglądaj źródła

Correct urls that didn't change in read me.

Alex Aitken 6 lat temu
rodzic
commit
ccb776b362
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -87,9 +87,9 @@ end
 ### URLs that have not changed
 
 - OAuth URLs for `authorize`, getting the `access_token` from a code, `access_scopes`, and using a `refresh_token` have _not_ changed.
-  - get: `/admin/oauth/authorize.json`
-  - post: `/admin/oauth/access_token.json`
-  - get: `/admin/oauth/access_scopes.json`
+  - get: `/admin/oauth/authorize`
+  - post: `/admin/oauth/access_token`
+  - get: `/admin/oauth/access_scopes`
 - URLs for the merchant’s web admin have _not_ changed. For example: to send the merchant to the product page the url is still `/admin/product/<id>`
 
 ## Usage