Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit 1391003

Browse files
Update readme and package.json
1 parent ec29e4c commit 1391003

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Muze is a free **data visualization library for creating exploratory data visual
2020

2121
It uses a data-first approach to define the constructs and layers of the chart, automatically generates cross-chart interactivity, and allows you to over-ride any behavior or interaction on the chart.
2222

23-
Muze uses an in-browser **[DataModel](https://github.com/chartshq/datamodel)** to store and transform data, and control the behaviour of every component in the visualization, thereby enabling creating of complex and cross-connected charts.
23+
Muze uses an in-browser **[DataModel](https://github.com/chartshq/datamodel)** to store and transform data, and control the behaviour of every component in the visualization, thereby enabling creating of complex and cross-connected charts.
2424

2525
## Features
2626

@@ -138,13 +138,14 @@ const data = [
138138

139139
2. Import muze as follows:
140140

141+
If you are using the npm package, import the package and its CSS file.
141142
```js
142-
// If you are using the npm package,
143-
// import the package and its CSS file.
144143
import muze from '@chartshq/muze';
145144
import "@chartshq/muze/dist/muze.css";
145+
```
146146

147-
// If you are using CDN, import it as follows:
147+
If you are using CDN, use it as follows:
148+
```js
148149
const muze = window.muze;
149150
```
150151

@@ -266,4 +267,4 @@ Please contribute to our public wishlist or upvote an existing feature at [Muze
266267

267268
## License
268269

269-
[Custom License](http://muzejs.org/muze-wa/eula) (Free to use)
270+
[Custom License](http://muzejs.org/muze-wa/eula) (Free to use)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "Composable visualisation library for web with a data-first approach",
55
"homepage": "https://muzejs.org",
6-
"author": "Charts.com <eng@chars.com> (https://charts.com/)",
6+
"author": "Charts.com <eng@charts.com> (https://charts.com/)",
77
"main": "dist/muze.js",
88
"types": "./index.d.ts",
99
"files": [

0 commit comments

Comments
 (0)