Skip to content

Commit

Permalink
Update --config-dir argument in docs
Browse files Browse the repository at this point in the history
This has changed in v2 from --config_dir to --config-dir, update README to reflect the changes.
  • Loading branch information
justinlatimer committed Jun 25, 2014
1 parent 71c23fd commit d5f7d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Let's say the contents you wish to upload to your S3 website bucket are in

If you want to store the `s3_website.yml` file in a directory other than
the project's root you can specify the directory.
`s3_website push --config_dir config`.
`s3_website push --config-dir config`.

### Using environment variables

Expand Down

0 comments on commit d5f7d92

Please sign in to comment.