Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 30e67ef

Browse files
committed
Merge branch 'hotfix/update'
2 parents 5f80629 + 40e02fc commit 30e67ef

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# dataframe-js
2-
**v0.2.7**
2+
**v0.2.8**
33

44
## Presentation
55

@@ -34,8 +34,9 @@ via git: `npm install git+https://github.com/Gmousse/dataframe-js.git`
3434

3535
via npm: `npm install dataframe-js`
3636

37-
in brower: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe.js"></script>`
38-
with minified: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe-min.js"></script>`
37+
in browser: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe.js"></script>`
38+
39+
in browser with minified version: `<script src="https://raw.githubusercontent.com/Gmousse/dataframe-js/master/lib/browser/dataframe-min.js"></script>`
3940

4041
## Manual
4142

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataframe-js",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Immutable and sql-like data structure",
55
"keywords": [
66
"DataFrame",
@@ -9,7 +9,8 @@
99
"sql",
1010
"structured",
1111
"wrangling",
12-
"datascience"
12+
"datascience",
13+
"browser"
1314
],
1415
"homepage": "https://github.com/Gmousse/dataframe-js",
1516
"bugs": "https://github.com/Gmousse/dataframe-js/issues",

0 commit comments

Comments
 (0)