Skip to content

Commit

Permalink
[README.md] Fix URI diagram
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NickLaMuro committed Aug 18, 2021
1 parent 5be34d7 commit eb5ae5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit eb5ae5c

Please sign in to comment.