Skip to content

Commit

Permalink
Fixed NPM install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Apr 5, 2018
1 parent b7561fa commit b79f217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ application - these modules export nothing, but rather register the components
for use within your site's regular HTML:

```javascript
import "perspective-viewer";
import "perspective-viewer-hypergrid";
import "perspective-viewer-highcharts";
import "@jpmorganchase/perspective-viewer";
import "@jpmorganchase/perspective-viewer-hypergrid";
import "@jpmorganchase/perspective-viewer-highcharts";
```

Alternatively, you can just import the pre-bundled assets from the relevant NPM
Expand Down

0 comments on commit b79f217

Please sign in to comment.