Skip to content

Commit abe9ce9

Browse files
committed
json -> javascript
1 parent 5d7e90f commit abe9ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export class AppModule { }
176176

177177
`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:
178178

179-
```json
179+
```javascript
180180
// angular.json
181181
{
182182
"projects": {

0 commit comments

Comments
 (0)