Skip to content

Commit

Permalink
makefile note
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Jun 1, 2016
1 parent 2673504 commit d3669d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install --save birdwatch
**Step 2:** Add your Twitter App Credentials via environment variables

There are a number of ways to set environment variables in your app, some depend on your operating system. I use [dotenv](https://github.com/motdotla/dotenv), but you can use
the command line, or npm. No matter what method you choose, your environment variables should have the following names:
the command line, a makefile or npm. No matter what method you choose, your environment variables should have the following names:

- `CONSUMER_KEY` : Your Twitter Consumer Key
- `CONSUMER_SECRET` : Your Twitter Consumer Secret
Expand Down

0 comments on commit d3669d5

Please sign in to comment.