Skip to content

Commit f60822e

Browse files
committed
Fix the double quote in README.md
1 parent c1dac98 commit f60822e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Here’s an example of the version spec file:
4242
```json
4343
[
4444
{
45-
version”: “1.0.0,
46-
url”: “https://jameslan.github.io/typedoc-plugin-version-select/1.0.0
45+
"version": "1.0.0",
46+
"url": "https://jameslan.github.io/typedoc-plugin-version-select/1.0.0"
4747
},
4848
{
49-
version”: “1.1.0,
50-
url”: “https://jameslan.github.io/typedoc-plugin-version-select/1.1.0
49+
"version": "1.1.0",
50+
"url": "https://jameslan.github.io/typedoc-plugin-version-select/1.1.0"
5151
}
5252
]
5353
```

0 commit comments

Comments
 (0)