Skip to content

Commit 3d929b3

Browse files
committed
fix(docs) : fix alignment in README.md
1 parent a47a780 commit 3d929b3

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

.vscode/changelog.code-snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prefix": "cldate",
44
"scope": "markdown",
55
"body": [
6-
"## [$1] - 2019-$2-$3 (YYYY-MM-DD)"
6+
"## [$1] - $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE (YYYY-MM-DD)"
77
]
88
},
99
"changelogfeature": {
@@ -24,7 +24,7 @@
2424
"prefix": "clentry",
2525
"scope": "markdown",
2626
"body": [
27-
"- $1"
27+
"- $CLIPBOARD"
2828
]
2929
}
3030
}

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@
1313

1414
# Table of Contents
1515
- Commands
16-
- [Assert-Verify](#assert-verify)
17-
- [Finding Elements](#finding-elements)
18-
- [Element Interaction](#element-interaction)
19-
- [Element State](#element-state)
20-
- [Element Location](#element-location)
21-
- [Protocol Element Commands](#protocol-element-commands)
22-
- [Document Handling](#document-handling)
23-
- [Sessions](#sessions)
24-
- [Navigation](#navigation)
25-
- [Window Related](#window-related)
26-
- [Cookies](#cookies)
27-
- [User Actions](#user-actions)
28-
- [User Prompts](#user-prompts)
29-
- [Screen Capture](#screen-capture)
30-
- [Mobile Related](#mobile-related)
31-
- [Utilities-Debugging](#utilities-debugging)
16+
- [Assert-Verify](#assert-verify)
17+
- [Finding Elements](#finding-elements)
18+
- [Element Interaction](#element-interaction)
19+
- [Element State](#element-state)
20+
- [Element Location](#element-location)
21+
- [Protocol Element Commands](#protocol-element-commands)
22+
- [Document Handling](#document-handling)
23+
- [Sessions](#sessions)
24+
- [Navigation](#navigation)
25+
- [Window Related](#window-related)
26+
- [Cookies](#cookies)
27+
- [User Actions](#user-actions)
28+
- [User Prompts](#user-prompts)
29+
- [Screen Capture](#screen-capture)
30+
- [Mobile Related](#mobile-related)
31+
- [Utilities-Debugging](#utilities-debugging)
32+
3233
- Issues/Feedback/Request for Features
33-
- [Feedback or Issues](#feedback-or-issues)
34+
- [Feedback or Issues](#feedback-or-issues)
3435

3536
## Assert-Verify
3637

0 commit comments

Comments
 (0)