We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dac98 commit f60822eCopy full SHA for f60822e
README.md
@@ -42,12 +42,12 @@ Here’s an example of the version spec file:
42
```json
43
[
44
{
45
- “version”: “1.0.0”,
46
- “url”: “https://jameslan.github.io/typedoc-plugin-version-select/1.0.0”
+ "version": "1.0.0",
+ "url": "https://jameslan.github.io/typedoc-plugin-version-select/1.0.0"
47
},
48
49
- “version”: “1.1.0”,
50
- “url”: “https://jameslan.github.io/typedoc-plugin-version-select/1.1.0”
+ "version": "1.1.0",
+ "url": "https://jameslan.github.io/typedoc-plugin-version-select/1.1.0"
51
}
52
]
53
```
0 commit comments