From eb5ae5cd71b61689dcda6fbfe29b9002bf8fd603 Mon Sep 17 00:00:00 2001 From: Nick LaMuro Date: Wed, 18 Aug 2021 16:40:09 -0500 Subject: [PATCH] [README.md] Fix URI diagram Makes sure the `scheme, authority, ...` line is tabbed in by 4 spaces so that the markdown processor treats it as a code block. Also, re-adjusted some of the alignment of a few of the example words and brackets so it lines up nicer. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71217670a..25b29b412 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Here is a grammar for a URI: Here is a typical example: - foo://example.com:8042/over/there?name=ferret#nose - \_/ \______________/\_________/ \_________/ \__/ - | | | | | - scheme authority path query fragment + foo://example.com:8042/over/there?name=ferret#mouth + \_/ \______________/\_________/ \_________/ \___/ + | | | | | + scheme authority path query fragment The Automation Engine supports two schemes (currently):