Skip to content

Commit

Permalink
Fixed table in README
Browse files Browse the repository at this point in the history
Fixed the missing table header spec in the document.
  • Loading branch information
abdulkareem-siddiq authored Aug 31, 2021
1 parent b90018e commit 19443a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ From [Wikipedia](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Synta
> Current implementation only supports the `http` and `https` scheme.


Uri |
---------:|:-----------------
Uri | Type | Comment
---------:|:-----------------|--------
`scheme` | UriScheme | Enumeration of the Uri schemes. We currently only support http scheme.
`authority` | Auth | template argument defaulting to AuthorityHttp
`path` | vector<> | Array of strings each containing the path element
Expand Down

0 comments on commit 19443a7

Please sign in to comment.