Skip to content

Commit c5d0562

Browse files
author
Lars Janssen
committed
Further README cleanup following PR feedback
1 parent a69ccea commit c5d0562

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
[![Total Downloads](https://poser.pugx.org/symfony-cmf/routing/d/total.png)](https://packagist.org/packages/symfony-cmf/routing)
66

77
The Symfony CMF Routing component extends the Symfony2 core routing component.
8-
Even though it has Symfony in its name, it does not need the full Symfony2
9-
Framework and can be used in standalone projects.
8+
It provides:
9+
10+
* A ChainRouter to run several routers in parallel
11+
* A DynamicRouter that can load routes from any database and can generate
12+
additional information in the route match.
13+
14+
Even though it has Symfony in its name, the Routing component does not need the
15+
full Symfony2 Framework and can be used in standalone projects.
1016

1117
For Symfon2 projects, an optional
1218
[RoutingBundle](https://github.com/symfony-cmf/RoutingBundle)
@@ -18,7 +24,7 @@ and licensed under the [MIT License](LICENSE).
1824

1925
## Requirements
2026

21-
* The Symfony 2.2.x Routing component
27+
* The Symfony Routing component (>= 2.2.0)
2228
* See also the `require` section of [composer.json](composer.json)
2329

2430

@@ -30,7 +36,7 @@ For the install guide and reference, see:
3036

3137
See also:
3238

33-
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html)- complete Symfony CMF reference
39+
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
3440
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
3541

3642

0 commit comments

Comments
 (0)