Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lindydonna committed Jun 2, 2018
1 parent 34b78f9 commit c4363b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloud-js-twitter-athena/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Register a new [Twitter app](https://apps.twitter.com/).

1. In Twitter, get the keys for your application. Set configuration values for your Twitter consumer key/secret and application key/secret. Use the `--secret` flag to securely encrypt secret values.

```
pulumi config set twitterAccessTokenKey <Value for Consumer Key (API Key)>
pulumi config set --secret twitterAccessTokenSecret <Value for Consumer Secret (API Secret)>
pulumi config set twitterConsumerKey <Value for Access Token>
pulumi config set --secret twitterConsumerSecret <Value for Access Token Secret>
```
```
pulumi config set twitterAccessTokenKey <Value for Consumer Key (API Key)>
pulumi config set --secret twitterAccessTokenSecret <Value for Consumer Secret (API Secret)>
pulumi config set twitterConsumerKey <Value for Access Token>
pulumi config set --secret twitterConsumerSecret <Value for Access Token Secret>
```

1. Set a search term to query for:

Expand Down

0 comments on commit c4363b8

Please sign in to comment.