Przeglądaj źródła

chore: fix broken link (#420)

IMGSS 6 lat temu
rodzic
commit
d70497c0d4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/reactivity/README.md

+ 1 - 1
packages/reactivity/README.md

@@ -11,7 +11,7 @@ For full exposed APIs, see `src/index.ts`. You can also run `yarn build reactivi
 The implementation of this module is inspired by the following prior art in the JavaScript ecosystem:
 
 - [Meteor Tracker](https://docs.meteor.com/api/tracker.html)
-- [nx-js/reactivity-util](https://github.com/nx-js/reactivity-util)
+- [nx-js/observer-util](https://github.com/nx-js/observer-util)
 - [salesforce/observable-membrane](https://github.com/salesforce/observable-membrane)
 
 ## Caveats