From 6b3eac4d5e8599b9f4f4f405c9687f3b5d56c3ea Mon Sep 17 00:00:00 2001 From: Barreca Ludovic Date: Wed, 16 Nov 2011 10:07:14 +0100 Subject: [PATCH] Fixing typo in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 922d513..dea5730 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ This plugin handles: ========================= To handle routing or DIC autocompletion, you must have a ``app/console`` script that returns valid output concerning dic and routing. -In other terms, check that ``app/console conteriner:debug`` and ``app/console router:debug`` are working well. +In other terms, check that ``app/console container:debug`` and ``app/console router:debug`` are working well. Then you can use (user completion feature) to see all routes and DIC services with some extra informations in the ViM's menu popup.