Skip to content

Commit 3b41596

Browse files
committed
fix: adjusting of characters
1 parent cbc2c5e commit 3b41596

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
1515

1616
- [HTML - h*](snippets/html/)
1717
- [Schema - hs*](snippets/html/schema/)
18-
- [CSS - c-*](snippets/css/)
18+
- [CSS - c*](snippets/css/)
1919
- [JavaScript - j*](snippets/js/)
20-
- [BDD - b-*](snippets/js/bdd)
20+
- [BDD - b*](snippets/js/bdd)
2121
- [jQuery - jq*](snippets/js/jquery)
2222
- [Schema.org - s*](snippets/schema/)
2323
- [External - e*](snippets/external/)

snippets/schema/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Schema Snippets
22

3-
Prefix `s-*`
3+
Prefix `s*`
44

55
## Organization
66

0 commit comments

Comments
 (0)