Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Elao WebProfilerExtraBundle



## What is this Symfony2 bundle for ?
## What is this Symfony2 bundle for?

It adds in your WebProfiler extra sections :

+ **Routing** : Lists all the routes connected to your application
+ **Container** : Lists all the services available in your container
+ **Twig** : Lists Twig extensions, tests, filters and functions available for your application
+ **Routing**: Lists all the routes connected to your application
+ **Container**: Lists all the services available in your container
+ **Twig**: Lists Twig extensions, tests, filters, and functions available for your application
+ **Assetic**

![WebProfilerExtraBundle](screen.png "WebProfilerExtraBundle Screenshot")
Expand Down