Skip to content

Commit 54e6023

Browse files
authored
Update README.md
1 parent e420bfd commit 54e6023

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
4949

5050

5151

52-
To use Danfo.js via script tags, copy and paste the CDN below to your HTML file
52+
To use Danfo.js via script tags, copy and paste the CDN below to the body of your HTML file
5353

5454
```html
5555
<script src="https://cdn.jsdelivr.net/npm/danfojs@0.2.2/lib/bundle.min.js"></script>
@@ -66,11 +66,11 @@ To use Danfo.js via script tags, copy and paste the CDN below to your HTML file
6666
<head>
6767
<meta charset="UTF-8">
6868
<meta name="viewport" content="width=device-width, initial-scale=1.0">
69-
<script src="https://cdn.jsdelivr.net/npm/danfojs@0.2.2/lib/bundle.min.js"></script>
7069
<title>Document</title>
7170
</head>
7271

7372
<body>
73+
<script src="https://cdn.jsdelivr.net/npm/danfojs@0.2.2/lib/bundle.min.js"></script>
7474

7575
<div id="div1"></div>
7676
<div id="div2"></div>

0 commit comments

Comments
 (0)