From f24ab9715e122b585b43ed8814e3290889829d34 Mon Sep 17 00:00:00 2001 From: William DURAND <william.durand1@gmail.com> Date: Fri, 13 Apr 2012 11:31:03 +0200 Subject: [PATCH] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 528e10e..162c811 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ A command is provided in order to dump the documentation in `json`, `markdown`, The `--format` option allows to choose the format (default is: `markdown`). -For example to generate a static version of your documentation you can use use: +For example to generate a static version of your documentation you can use: php app/console api:doc:dump --format=html > api.html