mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Merge pull request #91 from tricknotes/fix-url
Fix repository URL in README.md
This commit is contained in:
commit
b4f8154f18
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Fog::AWS is more than EC2 since it supports many services provided by AWS. The b
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
1. Fork it ( https://github.com/[my-github-username]/fog-aws/fork )
|
1. Fork it ( https://github.com/fog/fog-aws/fork )
|
||||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
4. Push to the branch (`git push origin my-new-feature`)
|
4. Push to the branch (`git push origin my-new-feature`)
|
||||||
|
|
Loading…
Reference in a new issue