diff --git a/README.md b/README.md index 60dbc46c..9d1fb94a 100644 --- a/README.md +++ b/README.md @@ -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