From ce55dbf033c9e13a709ccaf1f32e49534f80c732 Mon Sep 17 00:00:00 2001 From: Samuel ROZE Date: Mon, 2 Mar 2015 22:00:03 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bc8562afb..a6ce7de214c 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ services: **You're done!** You now have a fully featured API exposing your Doctrine entities -Run the Symfony app (`app/console server:run`) and browse the API entrypoint at `http://localhos:8000/api`. +Run the Symfony app (`app/console server:run`) and browse the API entrypoint at `http://localhost:8000/api`. Interact with it using a REST client such as [Postman](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm) and take a look at the usage examples in the [the `features` directory](features/).