Skip to content

Commit 1836221

Browse files
authored
Update README.md
1 parent 7f96890 commit 1836221

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
Make sure import the CSS and JS classes in your angular.json file
66

7+
<pre>
78
"styles": [
8-
...
9-
"./node_modules/jexcel/dist/jexcel.css"
10-
],
11-
"scripts": [
12-
"./node_modules/jexcel/dist/jexcel.js"
13-
]
9+
...
10+
"./node_modules/jexcel/dist/jexcel.css"
11+
],
12+
"scripts": [
13+
"./node_modules/jexcel/dist/jexcel.js"
14+
]
15+
</pre>
1416

1517
## HTML FILE
1618

0 commit comments

Comments
 (0)