diff options
author | Unknown | 2018-04-20 23:55:17 +0100 |
---|---|---|
committer | Unknown | 2018-04-20 23:55:17 +0100 |
commit | 21250dea4fe3c4bdf36626387f62ce4a9cf83234 (patch) | |
tree | 093b099f57f956d27af6334bd51b5d83135f9545 | |
parent | 493b0e1bc5fe05d94ca5e30810f27101b3942ce3 (diff) |
clarify type of pkg93.getConfig()
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -95,9 +95,10 @@ if (config == false) { #### Configuration Format: The configuration is a object with the following keys: -- `repos` All added repos. -- `installed` All installed packages. +- `repos` - All added repos. +- `installed` - All installed packages. - `pkglist` - All available packages. +All of these keys are arrays. ### `pkg93.pull()` Refreshes the list of packages available. |