From 4a2cb92b7ff8d1541aca2efbda885cd852368df0 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 17 Feb 2020 15:48:23 +0800 Subject: [PATCH] Update README.md --- addons/docs/web-components/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/docs/web-components/README.md b/addons/docs/web-components/README.md index 07d4b9be262..35c0083f7a7 100644 --- a/addons/docs/web-components/README.md +++ b/addons/docs/web-components/README.md @@ -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 {