We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800b0b4 commit bb38adeCopy full SHA for bb38ade
README.md
@@ -37,7 +37,7 @@ Some instructions for using Data-Forge Plot. These instructions are for JavaScri
37
38
### Install
39
40
- npm install --save data-forge data-forge-plot data-forge-plot-render
+ npm install --save data-forge data-forge-plot @data-forge-plot/render
41
42
### Setup
43
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "data-forge-plot",
3
- "version": "0.4.3",
+ "version": "0.4.4",
4
"description": "Plotting API for use with Data-Forge.",
5
"main": "build/index.js",
6
"types": "build/index.d.ts",
0 commit comments