From c0f8d9ad3988f9a15517ad3c2a9b41aa44412d9d Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 14 Jun 2019 13:07:15 +0100 Subject: [PATCH] fix(ReadMe): Minor formatting fix. Signed-off-by: Gordon Smith --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e722f8e..6a3b3d1f 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ _outputFormat_ supports the following options: * json * svg (default) * xdot_json + See [Output Formats](https://graphviz.gitlab.io/_pages/doc/info/output.html) for more information. _layoutEngine_ supports the following options: @@ -65,6 +66,7 @@ _layoutEngine_ supports the following options: * osage * patchwork * twopi + See [Layout manual pages](https://www.graphviz.org/documentation/) for more information. ## Quick Example (CDN hosting courtesy of [unpkg.com](https://unpkg.com))