Skip to content

Commit

Permalink
Merge pull request #12 from bobbrez/master
Browse files Browse the repository at this point in the history
Minor correction to README for generated YAML file path.
  • Loading branch information
davidjrice committed Oct 24, 2011
2 parents 4ac45a7 + fb650a6 commit 82c6721
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 @@ -94,7 +94,7 @@ The generator will create a Rails initializer at `config/initializers/asset_sync

### YAML (config/asset_sync.yml)

If you used the `--use-yml` flag, the generator will create a YAML file at `config/initializers/asset_sync.rb`.
If you used the `--use-yml` flag, the generator will create a YAML file at `config/asset_sync.yml`.

defaults: &defaults
aws_access_key: "<%= ENV['AWS_ACCESS_KEY'] %>"
Expand Down

0 comments on commit 82c6721

Please sign in to comment.