Skip to content

Commit b3b590b

Browse files
committed
readme markdown code fix
1 parent 8b7beb7 commit b3b590b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
7979

8080
```html
8181
<script src="vue-grid-layout.umd.min.js"></script>
82-
````
82+
```
8383

8484

8585
### Usage
@@ -114,7 +114,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
114114
layout: testLayout,
115115
},
116116
});
117-
````
117+
```
118118

119119

120120
````html
@@ -140,7 +140,7 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
140140
{{item.i}}
141141
</grid-item>
142142
</grid-layout>
143-
````
143+
```
144144

145145

146146
### Documentation

0 commit comments

Comments
 (0)