Skip to content

Commit

Permalink
chore: fix link in README.md (#86)
Browse files Browse the repository at this point in the history
fix 404 link to immerjs introduction
  • Loading branch information
bobbyg603 authored Jan 17, 2024
1 parent a7bb31f commit 92b9248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![codecov-badge](https://codecov.io/gh/nilsmehlhorn/ngrx-wieder/branch/master/graph/badge.svg)](https://codecov.io/gh/nilsmehlhorn/ngrx-wieder)

ngrx-wieder is a lightweight yet configurable solution for implementing undo-redo in Angular apps on top of [NgRx](https://ngrx.io/).
It's based on [immer](https://immerjs.github.io/immer/docs/introduction) hence the name wieder (German for: again)
It's based on [immer](https://immerjs.github.io/immer/) hence the name wieder (German for: again)

[Example](https://github.com/nilsmehlhorn/ngrx-wieder-example) ([Demo](https://stackblitz.com/github/nilsmehlhorn/ngrx-wieder-example))

Expand Down

0 comments on commit 92b9248

Please sign in to comment.