Skip to content

Commit 2ee2ef4

Browse files
committed
📝 change package description in README.md and package.json
1 parent 9b52804 commit 2ee2ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/vue-loadable)](https://bundlephobia.com/result?p=vue-loadable)
66
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FVitorLuizC%2Fvue-loadable.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FVitorLuizC%2Fvue-loadable?ref=badge_shield)
77

8-
`vue-loadable` can improve your loading state control by providing methods and helpers to manage it.
8+
`vue-loadable` improves your loading state flow by providing methods and helpers to manage it.
99

1010
```html
1111
<template>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-loadable",
33
"version": "0.1.1",
4-
"description": "Adds loading state when running load method / param.",
4+
"description": "Improves your loading state flow by providing methods and helpers to manage it.",
55
"cdn": "dist/vue-loadable.umd.js",
66
"types": "types/vue-loadable.d.ts",
77
"main": "dist/vue-loadable.js",

0 commit comments

Comments
 (0)