diff --git a/README.md b/README.md index 386d18f..c61c22d 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,14 @@ By adding `_doc=1` to an URL, you will get the corresponding documentation if av You can browse the whole documentation at: `http://yourproject/api/doc`. -![](https://github.com/nelmio/NelmioApiDocBundle/tree/master/Resources/doc/webview.png) +![](https://github.com/nelmio/NelmioApiDocBundle/raw/master/Resources/doc/webview.png) ### Command ### A command is provided in order to dump the documentation in `json`, `markdown, or `html`. - api:doc:dump [--format="..."] + php app/console api:doc:dump [--format="..."] The `--format` option allows to choose the format (default is: `markdown`). diff --git a/Resources/doc/webview.png b/Resources/doc/webview.png new file mode 100644 index 0000000..89b6c01 Binary files /dev/null and b/Resources/doc/webview.png differ