angular-architects / ngrx-toolkit

Various Extensions for the NgRx Signal Store
MIT License
128 stars 21 forks source link

fix: close unterminated code block in `libs/ngrx-toolkit/README.md` #61

Closed michael-small closed 1 month ago

michael-small commented 1 month ago

Without this fix, the ## Redux Connector for the NgRx Signal Store `createReduxState()` section is absorbed into the code block of the ## Storage Sync withStorageSync() section.

Also this commit adds some closing } to the withStorageSync block.

rainerhahnekamp commented 1 month ago

Thanks @michael-small