Skip to content

Commit d4407cf

Browse files
committed
doc: update copywriting
1 parent 5ca188c commit d4407cf

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.npm.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ pnpm add @hdnax/sqlingo.js
3232
yarn add @hdnax/sqlingo.js
3333
```
3434

35+
or CDN:
36+
37+
```html
38+
<script type="module">
39+
import { transpile } from "https://esm.sh/@hdnax/sqlingo.js";
40+
</script>
41+
```
42+
3543
Peer dependency: [`luxon`](https://www.npmjs.com/package/luxon) (^3.7.2) is required for date/time operations.
3644

3745
## Usage
@@ -128,13 +136,3 @@ This package tracks [SQLGlot](https://github.com/tobymao/sqlglot) v28.10.0 (comm
128136
MIT. See [LICENSE](https://github.com/huydo862003/sqlingo.js/blob/master/LICENSE).
129137

130138
Based on [SQLGlot](https://github.com/tobymao/sqlglot) by Toby Mao (MIT). See [COPYRIGHT_NOTICE](https://github.com/huydo862003/sqlingo.js/blob/master/COPYRIGHT_NOTICE).
131-
132-
## CDN Usage
133-
134-
Use sqlingo.js directly in the browser via CDN:
135-
136-
```html
137-
<script type="module">
138-
import { transpile } from "https://esm.sh/@hdnax/sqlingo.js";
139-
</script>
140-
```

0 commit comments

Comments
 (0)