Skip to content

Commit 5050730

Browse files
authored
Remove all references to Secret and ApiKey #34
1 parent 02a7c6c commit 5050730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ gem 'convert_api'
2323

2424
### Configuration
2525

26-
You can get your credentials at https://www.convertapi.com/a/auth
26+
You can get your credentials at [https://www.convertapi.com/a/authentication](https://www.convertapi.com/a/authentication)
2727

2828
```ruby
2929
ConvertApi.configure do |config|
30-
config.api_credentials = 'your-api-secret-or-token'
30+
config.api_credentials = 'api-token'
3131
end
3232
```
3333

@@ -125,7 +125,7 @@ Find more advanced examples in the [examples/](https://github.com/ConvertAPI/con
125125

126126
## Development
127127

128-
Run `CONVERT_API_SECRET=your_secret rake spec` to run the tests.
128+
Run `CONVERT_API_SECRET=your_api_token rake spec` to run the tests.
129129

130130
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
131131

0 commit comments

Comments
 (0)