From 3996a176fb9588cf0778ba9c012a12c31a976c65 Mon Sep 17 00:00:00 2001 From: Maxime Date: Sun, 28 Oct 2018 17:57:08 +0100 Subject: [PATCH] dot: Aid consistency (#2493) --- pages/common/dot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dot.md b/pages/common/dot.md index d08b711ea..89329588d 100644 --- a/pages/common/dot.md +++ b/pages/common/dot.md @@ -8,4 +8,4 @@ - Create an SVG from DOT file: -`dot -Tsvg -o{{path/to/out_file.svg}} {{path/to/file.dot}}` +`dot -Tsvg -o {{path/to/out_file.svg}} {{path/to/file.dot}}`