Skip to content

Commit f91520c

Browse files
authored
Update README.md
Fix URL to developers documentation
1 parent b3f39dd commit f91520c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ To configure just add this to your initializers
2121
config.auth_token = 'my_authenticate_token'
2222
config.url = 'https://my_subdomain.quadernoapp.com/api/'
2323
config.api_version = API_VERSION # Optional, defaults to the API version set in your account
24-
config.user_agent_header = 'my custom user agent' # Optional, will make support for your account more efficient if you are doing oauth integrations
24+
config.user_agent_header = 'my custom user agent' # Optional, will make support for your account more efficient if you are doing OAuth integrations
2525
end
2626
```
2727

2828
## Quaderno Sandbox
2929

30-
Quaderno Sandbox is our public staging environment, a safe space to experiment with our set of APIs and products. As a complete separate environment, it has it's own URL https://sandbox-quadernoapp.com and credentials.
30+
Quaderno Sandbox is our public staging environment, a safe space to experiment with our set of APIs and products. As a completely separate environment, it has its own URL https://sandbox-quadernoapp.com and credentials.
3131

32-
It's perfect for your first steps with our tools. Please check https://developers.quaderno.io/dev_tools/sandbox to learn about its test data and limitations.
32+
It's perfect for your first steps with our tools. Please check https://developers.quaderno.io/developer-tools/sandbox/ to learn about its test data and limitations.
3333

3434
## Get authorization data
3535

36-
You can get your account subdomain by grabbing it from your account url or by calling the authorization method with your personal api token.
36+
You can get your account subdomain by grabbing it from your account URL or by calling the authorization method with your personal API token.
3737

3838
```ruby
3939
response = Quaderno::Base.authorization 'my_authenticate_token', environment #=> Quaderno::Base
@@ -42,7 +42,7 @@ You can get your account subdomain by grabbing it from your account url or by ca
4242

4343
Note that `environment` is an optional argument. By passing `:sandbox`, you will retrieve your credentials for the sandbox environment and not for production.
4444

45-
This will return a hash with the information about your api url, which includes the account subdomain.
45+
This will return a hash with the information about your API URL, which includes the account subdomain.
4646

4747
## Ping the service
4848

0 commit comments

Comments
 (0)