Skip to content

Commit

Permalink
remove $ in md code block
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Apr 10, 2015
1 parent 57287cd commit 5fc09ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Return a repo's `component.json`.
- run these commands in your terminal:

```
$ export S3_KEY='<YOUR_KEY>'
$ export S3_SECRET='<YOUR_SECRET>'
$ export S3_BUCKET='<YOUR_BUCKET_NAME>'
export S3_KEY='<YOUR_KEY>'
export S3_SECRET='<YOUR_SECRET>'
export S3_BUCKET='<YOUR_BUCKET_NAME>'
```

### Test
Expand Down

0 comments on commit 5fc09ea

Please sign in to comment.