diff --git a/images/conan-markdown_generator.png b/images/conan-markdown_generator.png index 635245df1b1..7bff424a227 100644 Binary files a/images/conan-markdown_generator.png and b/images/conan-markdown_generator.png differ diff --git a/reference/generators/markdown.rst b/reference/generators/markdown.rst index e1d998d02a3..1967bacab44 100644 --- a/reference/generators/markdown.rst +++ b/reference/generators/markdown.rst @@ -5,14 +5,14 @@ markdown This generator creates a *.md* file for each requirement with useful information to consume -the installed packages: libraries available, headers, compiler flags, snippet to consume them -using different build systems,... +the installed packages: libraries available, components, headers, and basic instructions to +consume them using different build systems. .. code-block:: bash - $ conan install libxml2/2.9.9@ --generator markdown + $ conan install poco/1.11.1@ --generator markdown ... - Generator markdown created libxml2.md + Generator markdown created poco.md Although markdown files can be read in plain text, we highly recommend you to use any plugin @@ -21,7 +21,6 @@ markdown documents). .. image:: /images/conan-markdown_generator.png - :alt: Markdown generator output for ``libxml2/2.9.9`` package. + :alt: Markdown generator output for ``poco/1.11.1`` package. :width: 800 px :align: center -