Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit cc7d650

Browse files
committed
revised documentation for env variables
1 parent 64bd15e commit cc7d650

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
@@ -26,10 +26,10 @@ Install the scripts easily as a [ruby gem](https://rubygems.org/gems/jake-script
2626
gem install jake-scripts
2727
```
2828
## API Keys
29-
* Users now the options to set their own API keys through environment variables
29+
Users now the options to set their own API keys through environment variables
3030
```bash
31-
export OMDBAPI_API_KEY=key_goes_here
32-
export APIXU_API_KEY=key_goes_here
31+
export OMDBAPI_API_KEY=key
32+
export APIXU_API_KEY=key
3333
```
3434
## Gems Used
3535
* [Rest-Client](https://github.com/rest-client/rest-client) - Client for making HTTP requests in ruby

0 commit comments

Comments
 (0)