Skip to content

Commit

Permalink
fix(docs) : fix alignment in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju committed Jul 22, 2019
1 parent a47a780 commit 3d929b3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .vscode/changelog.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prefix": "cldate",
"scope": "markdown",
"body": [
"## [$1] - 2019-$2-$3 (YYYY-MM-DD)"
"## [$1] - $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE (YYYY-MM-DD)"
]
},
"changelogfeature": {
Expand All @@ -24,7 +24,7 @@
"prefix": "clentry",
"scope": "markdown",
"body": [
"- $1"
"- $CLIPBOARD"
]
}
}
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,25 @@

# Table of Contents
- Commands
- [Assert-Verify](#assert-verify)
- [Finding Elements](#finding-elements)
- [Element Interaction](#element-interaction)
- [Element State](#element-state)
- [Element Location](#element-location)
- [Protocol Element Commands](#protocol-element-commands)
- [Document Handling](#document-handling)
- [Sessions](#sessions)
- [Navigation](#navigation)
- [Window Related](#window-related)
- [Cookies](#cookies)
- [User Actions](#user-actions)
- [User Prompts](#user-prompts)
- [Screen Capture](#screen-capture)
- [Mobile Related](#mobile-related)
- [Utilities-Debugging](#utilities-debugging)
- [Assert-Verify](#assert-verify)
- [Finding Elements](#finding-elements)
- [Element Interaction](#element-interaction)
- [Element State](#element-state)
- [Element Location](#element-location)
- [Protocol Element Commands](#protocol-element-commands)
- [Document Handling](#document-handling)
- [Sessions](#sessions)
- [Navigation](#navigation)
- [Window Related](#window-related)
- [Cookies](#cookies)
- [User Actions](#user-actions)
- [User Prompts](#user-prompts)
- [Screen Capture](#screen-capture)
- [Mobile Related](#mobile-related)
- [Utilities-Debugging](#utilities-debugging)

- Issues/Feedback/Request for Features
- [Feedback or Issues](#feedback-or-issues)
- [Feedback or Issues](#feedback-or-issues)

## Assert-Verify

Expand Down

0 comments on commit 3d929b3

Please sign in to comment.