diff options
Diffstat (limited to 'docs/runtime/modules.md')
-rw-r--r-- | docs/runtime/modules.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md index b4d560c81..5562b5d15 100644 --- a/docs/runtime/modules.md +++ b/docs/runtime/modules.md @@ -24,7 +24,7 @@ export function hello() { {% /codetabs %} -When we run `index.ts`, it prints "Hello world". +When we run `index.ts`, it prints "Hello world!". ```bash $ bun index.ts @@ -197,7 +197,7 @@ Bun respects subpath [`"exports"`](https://nodejs.org/api/packages.html#subpath- Subpath imports and conditional imports work in conjunction with each other. -``` +```json { "name": "foo", "exports": { |