Skip to content

Commit

Permalink
Removed backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Feb 28, 2014
1 parent 0e839a8 commit 12a79fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.markdown
Expand Up @@ -12,15 +12,16 @@ but can now be used stand-alone.

## Installation

`KnpMenu` uses Composer, please checkout the [composer website](http://getcomposer.org) for more information.
KnpMenu uses Composer, please checkout the [composer website](http://getcomposer.org) for more information.

The simple following command will install `knp-menu` into your project. It also add a new entry in your `composer.json` and update the `composer.lock` as well.
The simple following command will install `knp-menu` into your project. It also add a new
entry in your `composer.json` and update the `composer.lock` as well.

```bash
$ composer require 'knplabs/knp-menu:2.0.*@dev'
```

> `KnpMenu` follows the PSR-0 convention names for its classes, which means you can easily integrate `knp-menu` classes loading in your own autoloader.
> KnpMenu follows the PSR-0 convention names for its classes, which means you can easily integrate `knp-menu` classes loading in your own autoloader.
## Getting Started

Expand Down Expand Up @@ -71,7 +72,7 @@ the first and last items, submenus, ...
## What now?

Follow the tutorial in `doc/01-Basics-Menus.markdown` and `doc/02-Twig-Integration.markdown`
to discover how `KnpMenu` will rock your world!
to discover how KnpMenu will rock your world!

## Credits

Expand Down

0 comments on commit 12a79fc

Please sign in to comment.