Skip to content

Commit

Permalink
Add note about multiple processes
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 19, 2021
1 parent c92c032 commit ce1dcee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -4,6 +4,9 @@
All you have to care about is what to persist. This module will handle all the dull details like where and how.

**It does not support multiple processes writing to the same store.**\
I initially made this tool to let command-line tools persist some data.

*If you need this for Electron, check out [`electron-store`](https://github.com/sindresorhus/electron-store) instead.*

## Install
Expand Down

0 comments on commit ce1dcee

Please sign in to comment.