Skip to content

Commit 6a06cbf

Browse files
committed
Fixed script tag spelling
1 parent f82f9c1 commit 6a06cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VerbalExpressions is a JavaScript librarty that helps to construct hard regular
88

99
Include the library and you're good to go!
1010
```HTML
11-
<scrit type="text/javascript" src="VerbalExpressions.js"></script>
11+
<script type="text/javascript" src="VerbalExpressions.js"></script>
1212
```
1313

1414
## Examples

0 commit comments

Comments
 (0)