IMGSS 6 лет назад
Родитель
Сommit
d70497c0d4
1 измененных файлов с 1 добавлено и 1 удалено
  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