Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 5, 2022
1 parent 166cd4b commit e53ceef
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,10 @@ Electron doesn't have a built-in way to persist user preferences and other data.

You can use this module directly in both the main and renderer process. For use in the renderer process only, you need to call `Store.initRenderer()` in the main process, or create a new Store instance (`new Store()`) in the main process.

<br>

---

<div align="center">
<p>
<p>
<sup>
<a href="https://github.com/sponsors/sindresorhus">My open source work is supported by the community</a>
</sup>
</p>
<sup>Special thanks to:</sup>
<br>
<br>
<a href="https://standardresume.co/tech">
<img src="https://sindresorhus.com/assets/thanks/standard-resume-logo.svg" width="200"/>
</a>
</p>
<br>
<a href="https://keygen.sh">
<div>
<img src="https://sindresorhus.com/assets/thanks/keygen-logo.svg" width="210" alt="Keygen">
</div>
<b>A dead-simple software licensing and distribution API built for developers</b>
</a>
<br>
</div>

---

<br>

## Install

```
$ npm install electron-store
```sh
npm install electron-store
```

*Requires Electron 11 or later.*
Expand Down

0 comments on commit e53ceef

Please sign in to comment.