From 0df1ec950d952b1f0dfb39ce22af8e505dffc71a Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sun, 3 Feb 2019 23:08:17 -0800 Subject: [PATCH] Mention `conf` in the readme (#62) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 797d6a0..2193c92 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,8 @@ Config is stored in a JSON file located in `$XDG_CONFIG_HOME` or `~/.config`.
Example: `~/.config/configstore/some-id.json` -*If you need this for Electron, check out [`electron-store`](https://github.com/sindresorhus/electron-store) instead.* +*If you need this for Electron, check out [`electron-store`](https://github.com/sindresorhus/electron-store) instead.*
+*And check out [`conf`](https://github.com/sindresorhus/conf) for an updated approach to this concept.* ## Install