Skip to content

Commit

Permalink
Mention conf in the readme (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes authored and sindresorhus committed Feb 4, 2019
1 parent fca8373 commit 0df1ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
Config is stored in a JSON file located in `$XDG_CONFIG_HOME` or `~/.config`.<br>
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.*<br>
*And check out [`conf`](https://github.com/sindresorhus/conf) for an updated approach to this concept.*


## Install
Expand Down

0 comments on commit 0df1ec9

Please sign in to comment.