File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Simply put, BynixScript is a programming language created by UngGas Studio. For
1212```
1313npm install -g bynixscript
1414```
15- ### Using CDN
15+ ### Using CDN < a name = " using-cdn-installation " ></ a >
1616``` html
1717<script src =" https://cdn.jsdelivr.net/npm/bynixscript" ></script >
1818```
@@ -34,7 +34,7 @@ To delete a file
3434```
3535bsd path/to/script.bs
3636```
37- ### Using CDN
37+ ### Using CDN < a name = " using-cdn-get-started " ></ a >
3838``` html
3939<bynix >
4040 const message = "Hello from BynixScript!"
@@ -75,10 +75,10 @@ person.speak()
7575- [What Is BynixScript](#What- Is- BynixScript)
7676 - [Installation](#Installation)
7777 - [Using NPM ](#using- npm- installation)
78- - [Using CDN ](#Using - cdn)
78+ - [Using CDN ](#using - cdn- installation )
7979 - [Get Started](#Get- Started)
8080 - [Using NPM ](#using- npm- get- started)
81- - [Using CDN ](#Using - cdn)
81+ - [Using CDN ](#using - cdn- get - started )
8282 - [Extension](#Extension)
8383 - [Example](#Example)
8484 - [Table of content](#Table- of - content)
You can’t perform that action at this time.
0 commit comments