Skip to content

Commit

Permalink
docs(module-source): Fix typo in README.md (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Oct 21, 2024
1 parent 6533129 commit b3a31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a form that SES can use to emulate and confine JavaScript modules (ESMs, the

```js
import 'ses';
import { ModuleSource } from '@endo/module-source`;
import { ModuleSource } from '@endo/module-source';

const c1 = new Compartment({}, {}, {
name: "first compartment",
Expand Down

0 comments on commit b3a31b1

Please sign in to comment.