Skip to content

Commit

Permalink
Correcting location of generated yml in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrez committed Oct 21, 2011
1 parent 4ac45a7 commit fb650a6
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 fb650a6

Please sign in to comment.