Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmeyer committed Feb 1, 2013
1 parent 58bd562 commit c451098
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTIONS.md
@@ -0,0 +1,7 @@
# Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -106,13 +106,13 @@ puts result #should be false
If you wish to write your own comparators you can do so. Just register those classes with a keyword.

```ruby
TheArrayComparator::Comparator.register :contains, Strategies::MyContains
TheArrayComparator::Comparator.register :my_contains, Strategies::MyContains
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
Please see CONTRIBUTIONS.md

## Copyright

(c) 2013 Max Meyer. All rights reserved. Please also see LICENSE.md

0 comments on commit c451098

Please sign in to comment.