Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jul 18, 2024
1 parent b41be36 commit 675a875
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Project Transfer Notice: Please check [jstorm](https://github.com/otiai10/jstorm)

[**localstorm**](https://github.com/otiai10/localstorm) has been officially transferred to the [**jstorm**](https://github.com/otiai10/jstorm). This transfer aims to ensure the continuous development and improvement to support more usecases of the project.
[**localstorm**](https://github.com/otiai10/localstorm) has been officially transferred to the [**jstorm**](https://github.com/otiai10/jstorm). This transfer aims to ensure the continuous development and improvement of the project to support more usecases.

* https://www.npmjs.com/package/jstorm
* https://github.com/otiai10/jstorm
## Important Links

* [NPM Package: `jstorm`](https://www.npmjs.com/package/jstorm)
* [GitHub Repository](https://github.com/otiai10/jstorm)

## Compatibility

To use `jstorm` with `localStorage`, you can simply try:

```javascript
import { Model } from "jstorm/browser/local";
// Then, all the same with localstorm ;)
```

-----
<br><br>
Expand Down

0 comments on commit 675a875

Please sign in to comment.