Skip to content

Commit b924b1d

Browse files
committed
chore(README): fix typo mistake
1 parent ebe131b commit b924b1d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# vue-image-lightbox
2-
A simple image lightbox component for Vuejs [NPM Package](https://www.npmjs.com/package/vue-image-lightbox)
2+
A simple image lightbox component for Vuejs
3+
[NPM Package](https://www.npmjs.com/package/vue-image-lightbox)
34

45
I use CSS style from [react-images](https://github.com/jossmac/react-images)
56

@@ -37,7 +38,7 @@ export default {
3738
#### Browser global
3839

3940
```html
40-
<script scr="path/to/vue.js"></script>
41+
<script src="path/to/vue.js"></script>
4142
<script src="path/to/dist/vue-image-lightbox.js"></script>
4243
```
4344

@@ -150,17 +151,17 @@ How to use:
150151
<tr>
151152
<td>previousImage</td>
152153
<td>()</td>
153-
<th>Move to previous image</th>
154+
<td>Move to previous image</td>
154155
</tr>
155156
<tr>
156157
<td>closeLightBox</td>
157158
<td>()</td>
158-
<th>Close lightbox</th>
159+
<td>Close lightbox</td>
159160
</tr>
160161
<tr>
161162
<td>showImage</td>
162163
<td>(index)</td>
163-
<th>Show the image at index</th>
164+
<td>Show the image at index</td>
164165
</tr>
165166
</tbody>
166167
</table>

0 commit comments

Comments
 (0)