Skip to content

Commit b935b5d

Browse files
committed
update readme.
1 parent f56cff6 commit b935b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Using to block whlie client processed work.
33

44
## Screenshot
5-
<img src="https://github.com/HELMAB/vue-loading/blob/master/assets/screenshot.png"
5+
<img src="https://raw.githubusercontent.com/HELMAB/vue-loading/master/assets/screenshot.png"
66
alt="Screenshot"
77
width="890"
88
height="auto">
@@ -15,7 +15,7 @@ npm i --save vuejs-loading-screen
1515
## Usage
1616
```js
1717
import Vue from 'vue'
18-
import {loading} from 'vuejs-loading-screen'
18+
import loading from 'vuejs-loading-screen'
1919

2020
Vue.use(loading)
2121
```

0 commit comments

Comments
 (0)