Skip to content

Commit 1e05d8c

Browse files
committed
add example
1 parent e2a8e53 commit 1e05d8c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ $ npm install gitbook-plugin-jsfiddle --save
1515
"jsfiddle":{
1616
"type":"script"
1717
"tabs":["result","js","css", "html"],
18-
"height": "500px",
19-
"widht": "500px",
20-
"fontColor": "green"
18+
"height": "500",
19+
"widht": "500",
20+
"fontColor": "00FF00"
2121
}
2222
}
2323
}
@@ -30,4 +30,5 @@ If you need override setting for certain fiddle,you can just add this param in h
3030
`[source code](//jsfiddle.net/zalun/NmudS/)`
3131

3232
will be rendered like [my book](https://api.taucharts.com/tutorials/1min.html) does
33+
Also you can see simple example in https://github.com/Mavrin/gitbook-example
3334

0 commit comments

Comments
 (0)