mirror of
https://github.com/lucaspalomodevelop/varkeeper.git
synced 2026-03-12 23:37:21 +00:00
change readme
This commit is contained in:
parent
064f46b6aa
commit
75133461ef
@ -27,7 +27,7 @@ yarn add varkeeper
|
||||
```javascript
|
||||
var vk = require('varkeeper');
|
||||
```
|
||||
## Functional
|
||||
### Functional
|
||||
|
||||
### set propertie
|
||||
|
||||
@ -57,13 +57,13 @@ evnetTypes:
|
||||
|
||||
## OOP
|
||||
|
||||
## init propertie
|
||||
### init propertie
|
||||
|
||||
```javascript
|
||||
var vkObj = new vk.Prop("varName", "varValue");
|
||||
```
|
||||
|
||||
## reference on exist propertie
|
||||
### reference on exist propertie
|
||||
|
||||
```javascript
|
||||
var vkObj = new vk.Prop("varName");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user