Skip to content

Commit

Permalink
Update pkg/javascript/README.md cdn link to use latest gluesql package
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Nov 18, 2023
1 parent 69867f5 commit bcd747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm install gluesql

#### JavaScript modules
```javascript
import { gluesql } from 'https://cdn.jsdelivr.net/npm/gluesql@0.15.1/gluesql.js';
import { gluesql } from 'https://cdn.jsdelivr.net/npm/gluesql/gluesql.js';
```

## Usage
Expand Down

0 comments on commit bcd747e

Please sign in to comment.