Skip to content

Commit ad0dcb7

Browse files
committed
fix readme
1 parent b135cd8 commit ad0dcb7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ $ npm install gitbook-plugin-jsfiddle --save
2323
}
2424
```
2525
Param `type` can be 'frame' or 'script'.
26-
Also you can use other params read more https://medium.com/jsfiddle-updates/new-jsfiddle-embeds-93ab7a51ee11#.vt34bxchv
27-
If you need override setting for certain fiddle,you can just add this param in hash
26+
27+
Also you can use other params read more https://medium.com/jsfiddle-updates/new-jsfiddle-embeds-93ab7a51ee11#.vt34bxchv .
28+
29+
If you need override setting for certain fiddle, you can just add this param in hash
2830
`https://jsfiddle.net/4o4z6fqn/9/#fontColor=00FF00&type=frame`
31+
2932
### 3. paste jsfiddle embedded code to you book something like
3033
`[source code](https://jsfiddle.net/4o4z6fqn/9/)`
3134

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitbook-plugin-jsfiddle",
33
"description": "JSFiddle Integration into GitBook",
44
"main": "index.js",
5-
"version": "1.0.0-beta.0",
5+
"version": "1.0.0-beta.1",
66
"author": {
77
"name": "Konstantin Krivlenia"
88
},

0 commit comments

Comments
 (0)