Skip to content

Commit becebea

Browse files
committed
update readme.
1 parent fc396fe commit becebea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue Loading Screen
1+
# Vuejs Loading Screen
22
Using to block whlie client processed work.
33

44
## Screenshot
@@ -9,20 +9,20 @@ height="auto">
99

1010
## Installation
1111
```js
12-
npm i --save vue-loading-screen
12+
npm i --save vuejs-loading-screen
1313
```
1414

1515
## Usage
1616
```js
1717
import Vue from 'vue'
18-
import {loading} from 'vue-loading-screen'
18+
import {loading} from 'vuejs-loading-screen'
1919

2020
Vue.use(loading)
2121
```
2222

2323
```vue
2424
<template>
25-
<h1>Welcome to Vue Loading Screen</h1>
25+
<h1>Welcome to VueLoading Screen</h1>
2626
</template>
2727
2828
<script>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "vue-loading-screen",
3-
"version": "1.0.0",
2+
"name": "vuejs-loading-screen",
3+
"version": "1.0.2",
44
"description": "Blocking screen while process worked",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)