Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 21, 2020
1 parent 8b1dd27 commit a05ec2f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ This library has been inspired by:

```composer require loophp/collection```

## Usage

Check out the [usage][collection usage] and [examples][collection examples] pages.

## Documentation

On top of a complete documented code, the package include a full documentation that gets automatically compiled
Expand All @@ -72,9 +76,6 @@ and published upon each commit at [https://loophp-collection.rtfd.io][collection
[The API][collection api] will give you a pretty good idea of the
existing methods and what you can do with it.

Do not forget to check out the [usage][collection usage] and
[examples][collection examples] pages.

I'm doing my best to keep the documentation up to date, if you found something odd, please let me know in the [issue
queue][collection issue queue].

Expand Down Expand Up @@ -108,6 +109,7 @@ If you can't contribute to the code, you can also sponsor me on [Github][github
## On the internet
* [Reddit announcement thread][reddit announcement]
* [Reddit release 2.0.0 thread][reddit release 2.0.0]
* [Featured in PHPStorm Annotated August 2020][phpstorm annotated august 2020]

[packagist collection]: https://packagist.org/packages/loophp/collection
[latest stable version]: https://img.shields.io/packagist/v/loophp/collection.svg?style=flat-square
Expand Down Expand Up @@ -158,3 +160,4 @@ If you can't contribute to the code, you can also sponsor me on [Github][github
[paypal sponsor]: https://www.paypal.me/drupol
[reddit announcement]: https://www.reddit.com/r/PHP/comments/csxw23/a_stateless_and_modular_collection_class/
[reddit release 2.0.0]: https://www.reddit.com/r/PHP/comments/i2u2le/release_of_version_200_of_loophpcollection/
[phpstorm annotated august 2020]: https://blog.jetbrains.com/phpstorm/2020/08/php-annotated-august-2020/

0 comments on commit a05ec2f

Please sign in to comment.