Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 19, 2012
1 parent 03220f0 commit 55072a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -47,8 +47,8 @@ $resource->addLink(new Link('http://example.com/users/999/friends', 'friends', '

This library also provides a `LinkBuilder` which relies on a `RouterInterface`
instance under the hood. In Symfony2, you could use the `router` service as
shown in the following example, but this library is not tied to Symfony2 Only
builders needs the Routing and the Form components by now.
shown in the following example, but this library is not tied to Symfony2. Only
builders need the Routing and the Form components by now.

``` php
<?php
Expand Down

0 comments on commit 55072a8

Please sign in to comment.