Merge pull request #1262 from elia/patch-2

Typo: _SERVER → _TOKEN
This commit is contained in:
Brad Rydzewski 2015-10-27 10:10:33 -07:00
commit 4b1489da5e

View file

@ -44,7 +44,7 @@ export DRONE_SERVER=<http://>
In order to authorize communications you must also provide your access token:
```
export DRONE_SERVER=<token>
export DRONE_TOKEN=<token>
```
You can retrieve your access token from the user profile screen in Drone.
You can retrieve your access token from the user profile screen in Drone.