Skip to content

Commit

Permalink
Update en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
illa4257 committed Apr 21, 2020
1 parent 13a50c3 commit 2558f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

* Object iniStorage
- iniStorage.path - path to ini file (If there is no file, then the script itself will create it when you call some function!), default path is dataPath/config.ini
- [**iniStorage.set(string key, string value) : void**](#iniStorage-setstring-key-string-value--void)
- [**iniStorage.get(string key) : string**](#iniStorage-getstring-key--string)
- [**iniStorage.set(string key, string value) : void**](#inistoragesetstring-key-string-value--void)
- [**iniStorage.get(string key) : string**](#inistoragegetstring-key--string)

## iniStorage.set(string key, string value) : void

Expand Down

0 comments on commit 2558f0b

Please sign in to comment.