Skip to content

Commit

Permalink
Add API docs link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 31, 2018
1 parent b98323c commit c7a212f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/README.md
Expand Up @@ -28,10 +28,16 @@ composer require ramsey/collection
```


## API documentation

The [latest class API documentation][apidocs] is available online.


## Examples

Examples of how to use this framework can be found in the [Wiki pages](https://github.com/ramsey/collection/wiki/Examples).


## Contributing

Contributions are welcome! Please read [CONTRIBUTING][] for details.
Expand All @@ -47,7 +53,7 @@ The ramsey/collection library is copyright © [Ben Ramsey](https://benramsey.com
[java]: http://docs.oracle.com/javase/8/docs/technotes/guides/collections/index.html
[packagist]: https://packagist.org/packages/ramsey/collection
[composer]: http://getcomposer.org/
[apidocs]: http://docs.benramsey.com/ramsey-collection/latest/
[apidocs]: https://docs.benramsey.com/ramsey-collection/latest/
[contributing]: https://github.com/ramsey/collection/blob/master/.github/CONTRIBUTING.md

[badge-source]: http://img.shields.io/badge/source-ramsey/collection-blue.svg?style=flat-square
Expand Down

0 comments on commit c7a212f

Please sign in to comment.