aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown2018-04-20 23:55:17 +0100
committerUnknown2018-04-20 23:55:17 +0100
commit21250dea4fe3c4bdf36626387f62ce4a9cf83234 (patch)
tree093b099f57f956d27af6334bd51b5d83135f9545
parent493b0e1bc5fe05d94ca5e30810f27101b3942ce3 (diff)
clarify type of pkg93.getConfig()
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c4a50f0..5e2330b 100644
--- a/README.md
+++ b/README.md
@@ -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.