mirror of
https://github.com/lucaspalomodevelop/varkeeper.git
synced 2026-03-12 23:37:21 +00:00
readmefix
This commit is contained in:
parent
0dd54b84fc
commit
07ab1ec806
@ -14,7 +14,7 @@ varkeeper is A tool for handle vars global in different modules
|
||||
|
||||
### Installation
|
||||
|
||||
You can colormizer install using [npm](https://www.npmjs.com/package/varkeeper) or [yarn](https://yarnpkg.com/package/varkeeper).
|
||||
You can varkeeper install using [npm](https://www.npmjs.com/package/varkeeper) or [yarn](https://yarnpkg.com/package/varkeeper).
|
||||
|
||||
```
|
||||
npm install varkeeper
|
||||
@ -25,8 +25,9 @@ yarn add varkeeper
|
||||
```
|
||||
|
||||
```javascript
|
||||
var vk = require('varkeeper');
|
||||
var vk = require("varkeeper");
|
||||
```
|
||||
|
||||
## Functional
|
||||
|
||||
### set propertie
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "varkeeper",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "varkeeper is A tool for handle vars global in different modules ",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user