Skip to content

Commit be5648f

Browse files
committed
docs: change .json to .json5
1 parent 1157f15 commit be5648f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ As of v0.11, it's no longer necessary to explicitly install [vanilla-jsoneditor]
5151

5252
If you want to specify dependency versions:
5353

54-
```json
54+
```json5
5555
// package.json
5656
{
5757
// npm/cnpm/bun
@@ -76,7 +76,7 @@ If you want to specify dependency versions:
7676

7777
Or scoped:
7878

79-
```json
79+
```json5
8080
// package.json
8181
{
8282
// npm/cnpm/bun

docs/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
如果需要指定依赖的版本:
5353

54-
```json
54+
```json5
5555
// package.json
5656
{
5757
// npm/cnpm/bun
@@ -76,7 +76,7 @@
7676

7777
或缩小作用范围:
7878

79-
```json
79+
```json5
8080
// package.json
8181
{
8282
// npm/cnpm/bun

0 commit comments

Comments
 (0)