Skip to content

Commit ca7669e

Browse files
committed
chore: update readme
1 parent 98eacd4 commit ca7669e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ deno install confbox
5050

5151
Import:
5252

53-
<!-- automd:jsimport cjs cdn src="./src/index.ts" -->
53+
<!-- automd:jsimport cdn src="./src/index.ts" -->
5454

5555
**ESM** (Node.js, Bun, Deno)
5656

@@ -71,25 +71,6 @@ import {
7171
} from "confbox";
7272
```
7373

74-
**CommonJS** (Legacy Node.js)
75-
76-
```js
77-
const {
78-
parseJSON5,
79-
stringifyJSON5,
80-
parseJSONC,
81-
stringifyJSONC,
82-
parseYAML,
83-
stringifyYAML,
84-
parseJSON,
85-
stringifyJSON,
86-
parseTOML,
87-
stringifyTOML,
88-
parseINI,
89-
stringifyINI,
90-
} = require("confbox");
91-
```
92-
9374
**CDN** (Deno, Bun and Browsers)
9475

9576
```js

0 commit comments

Comments
 (0)