We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf3b21 commit 6a50a5aCopy full SHA for 6a50a5a
README.md
@@ -19,7 +19,7 @@ BetterTurtle is an improved version of the many existing ones into TypeScript.
19
You can directly include a **minified** (_No IntelliSense_) version of the code into your HTML page.
20
21
```html
22
-<script src="https://github.com/Caesarovich/better-turtle/releases/download/npm-release/main.min.js"></script>
+<script src="https://github.com/Caesarovich/better-turtle/releases/download/v1.1.0/main.min.js"></script>
23
```
24
25
### Option 2 - Install from NPM
0 commit comments