Skip to content

Commit

Permalink
chore(notifier): Fix typo in README (#10380)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 4, 2024
2 parents 1385184 + eaef5bf commit 16c13df
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 16c13df

Please sign in to comment.