Skip to content

Commit 6a50a5a

Browse files
committed
Fix version in readme
1 parent edf3b21 commit 6a50a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BetterTurtle is an improved version of the many existing ones into TypeScript.
1919
You can directly include a **minified** (_No IntelliSense_) version of the code into your HTML page.
2020

2121
```html
22-
<script src="https://github.com/Caesarovich/better-turtle/releases/download/npm-release/main.min.js"></script>
22+
<script src="https://github.com/Caesarovich/better-turtle/releases/download/v1.1.0/main.min.js"></script>
2323
```
2424

2525
### Option 2 - Install from NPM

0 commit comments

Comments
 (0)