Skip to content

Commit ca13fc7

Browse files
committed
Udpdated with links to LICENSE and CONTRIBUTING.
1 parent 95a5c8e commit ca13fc7

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ expose :user_name, :ip
6666
The field lookup takes several steps
6767

6868
* first try `entity-instance.exposure`
69-
* next try `object.exposure`
69+
* next try `object.exposure`
7070
* next try `object.fetch(exposure)`
7171
* last raise an Exception
7272

@@ -133,10 +133,10 @@ class.
133133
As example:
134134

135135
```ruby
136-
136+
137137
present_collection true, :collection_name # `collection_name` is optional and defaults to `items`
138138
expose :collection_name, using: API:Items
139-
139+
140140

141141
```
142142

@@ -346,18 +346,13 @@ Also see [Grape Entity Matchers](https://github.com/agileanimal/grape-entity-mat
346346

347347
## Contributing
348348

349-
1. Fork the project
350-
2. Create your feature branch (`git checkout -b my-new-feature`)
351-
3. Write tests. Make changes. Run `rubocop`.
352-
3. Commit your changes (`git commit -am 'Add some feature'`)
353-
4. Push to the branch (`git push origin my-new-feature`)
354-
5. Create a new pull request
349+
See [CONTRIBUTING.md](CONTRIBUTING.md).
355350

356351
## License
357352

358-
MIT License. See LICENSE for details.
353+
MIT License. See [LICENSE](LICENSE) for details.
359354

360355
## Copyright
361356

362-
Copyright (c) 2010-2013 Michael Bleigh, Intridea, Inc., and contributors.
357+
Copyright (c) 2010-2014 Michael Bleigh, Intridea, Inc., and contributors.
363358

0 commit comments

Comments
 (0)