Skip to content

Commit

Permalink
Merge pull request #22 from gnumoksha/patch-1
Browse files Browse the repository at this point in the history
docs: Standardize the README
  • Loading branch information
Crell authored May 22, 2019
2 parents dbefd12 + 46a730a commit cfea31e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
PSR Event Dispatcher
====================
Event Dispatcher
==============

This repository holds the interfaces related to [PSR-14](http://www.php-fig.org/psr/psr-14/).
This repository holds all interfaces related to [PSR-14 (Event Dispatcher)][psr-url].

Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher. See the specification for more details.
Note that this is not an Event Dispatcher implementation of its own. It is merely interfaces that describe the components of an Event Dispatcher.

You can find [implementations][implementation-url] and [installation instructions][package-url] for the specification on the packagist.

[psr-url]: https://www.php-fig.org/psr/psr-14/
[package-url]: https://packagist.org/packages/psr/event-dispatcher
[implementation-url]: https://packagist.org/providers/psr/event-dispatcher-implementation

0 comments on commit cfea31e

Please sign in to comment.