Skip to content

Commit

Permalink
json -> javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefarzat committed Feb 3, 2019
1 parent 5d7e90f commit abe9ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class AppModule { }

`plotly.js` can be added as a [global script on angular.json](https://github.com/angular/angular-cli/wiki/stories-global-scripts#global-scripts) to avoid it beingb bundled into the final project's code. To make this happen, you must first add `plotly.js` path into `angular.json` file as shown below:

```json
```javascript
// angular.json
{
"projects": {
Expand Down

0 comments on commit abe9ce9

Please sign in to comment.