Skip to content

Commit

Permalink
code highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Jun 23, 2018
1 parent fc54030 commit b30337e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
然后可以使用 script 方式引入 umd 包,当然也可使用模块化方式 import。并且只有一个 API,使用如下:

```
```js
import CanvasNest from 'canvas-nest.js';

const config = {
Expand All @@ -77,7 +77,7 @@ cn.destroy();

Example:

```
```html
<script type="text/javascript" color="0,0,255" opacity='0.7' zIndex="-2" count="99" src="//cdn.bootcss.com/canvas-nest.js/x.x.x/canvas-nest.js"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Or import the `umd` package use `script` tag.

There is only one API, use it like:

```
```js
import CanvasNest from 'canvas-nest.js';

const config = {
Expand Down

0 comments on commit b30337e

Please sign in to comment.