We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cc164 commit 083ff1bCopy full SHA for 083ff1b
1 file changed
README.md
@@ -51,8 +51,9 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
51
To use Danfo.js via script tags, copy and paste the CDN below to the body of your HTML file
52
53
```html
54
- <script src="https://cdn.jsdelivr.net/npm/danfojs@0.2.5/lib/bundle.min.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/danfojs@0.2.6/lib/bundle.min.js"></script>
55
```
56
+See all available versions [here](https://www.jsdelivr.com/package/npm/danfojs)
57
58
### Example Usage in the Browser
59
0 commit comments