Update README.md

This commit is contained in:
Michael Shilman 2020-02-17 15:48:23 +08:00 committed by GitHub
parent d9e91e59c5
commit 4a2cb92b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,8 @@ Known analyzers that output `custom-elements.json`:
- [stenciljs](https://stenciljs.com/)
- Supports Stencil (but does not have all metadata)
To generate this file with Stencil,
add `docs-vscode` to outputTargets in the stencil.config.ts
To generate this file with Stencil, add `docs-vscode` to outputTargets in `stencil.config.ts`:
```
{
type: 'docs-vscode',
@ -44,7 +44,7 @@ add `docs-vscode` to outputTargets in the stencil.config.ts
},
```
It basically looks like this:
The file looks somewthing like this:
```json
{