Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 24, 2022
1 parent e869573 commit 791b332
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Symfony CMF Routing

[![Build Status](https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml/badge.svg)](https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml)
[![Latest Stable Version](https://poser.pugx.org/symfony-cmf/routing/v/stable)](https://packagist.org/packages/symfony-cmf/routing)
[![Latest Unstable Version](https://poser.pugx.org/symfony-cmf/routing/v/unstable)](https://packagist.org/packages/symfony-cmf/routing)
[![License](https://poser.pugx.org/symfony-cmf/routing/license)](https://packagist.org/packages/symfony-cmf/routing)
Expand All @@ -8,11 +9,7 @@
[![Monthly Downloads](https://poser.pugx.org/symfony-cmf/routing/d/monthly)](https://packagist.org/packages/symfony-cmf/routing)
[![Daily Downloads](https://poser.pugx.org/symfony-cmf/routing/d/daily)](https://packagist.org/packages/symfony-cmf/routing)

Version/Branch | Travis | Coveralls |
------ | ------ | --------- |
master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |

This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed
This package is part of the Symfony Content Management Framework (CMF) and licensed
under the [MIT License](LICENSE).

The Symfony CMF Routing component extends the Symfony routing component with additional features:
Expand All @@ -37,12 +34,11 @@ See the `require` section of [composer.json](composer.json)

For the install guide and reference, see:

* [symfony-cmf/routing Documentation](http://symfony.com/doc/master/cmf/components/routing/index.html)
* [symfony-cmf/routing Documentation](https://symfony.com/bundles/CMFRoutingBundle/current/routing-component/index.html)

See also:

* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
* [All Symfony CMF documentation](https://symfony.com/bundles/CMFRoutingBundle/current/index.html) - complete Symfony CMF reference

## Support

Expand All @@ -54,20 +50,8 @@ Pull requests are welcome. Please see our
[CONTRIBUTING](https://github.com/symfony-cmf/Routing/blob/master/CONTRIBUTING.md)
guide.

Unit and/or functional tests exist for this package. See the
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
for a guide to running the tests.

Thanks to
[everyone who has contributed](contributors) already.
Thanks to [everyone who has contributed](contributors) already.

## License

This package is available under the [MIT license](src/Resources/meta/LICENSE).

[travis_unstable_badge]: https://travis-ci.org/symfony-cmf/Routing.svg?branch=master

[travis_link]: https://travis-ci.org/symfony-cmf/Routing

[coveralls_unstable_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
[coveralls_unstable_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master

0 comments on commit 791b332

Please sign in to comment.