Skip to content

Commit

Permalink
chore(notifier): Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Nov 4, 2024
1 parent 1385184 commit eaef5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ time of calling `fork()`.
Carol's code is like Bob's except lower level, using the ForkableAsyncIterable interface directly.

```js
import { makePromiseKit } from '@agoric/promiseKit';
import { makePromiseKit } from '@endo/promise-kit';

const subscriptionIterator = subscription[Symbol.asyncIterator]();
const { promise: afterA, resolve: afterAResolve } = makePromiseKit();
Expand Down

0 comments on commit eaef5bf

Please sign in to comment.