From 84cfeaf730cd24545c503cb01642f945e93c7692 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Tue, 25 Aug 2020 14:30:47 -0700 Subject: [PATCH] Fix api name --- webview-view-sample/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webview-view-sample/README.md b/webview-view-sample/README.md index 300c6c0a..921764eb 100644 --- a/webview-view-sample/README.md +++ b/webview-view-sample/README.md @@ -11,8 +11,7 @@ Demonstrates VS Code's proposed [webview view API](https://github.com/microsoft/ ### `vscode` module -- [`window.createWebviewPanel`](https://code.visualstudio.com/api/references/vscode-api#window.createWebviewPanel) - +- [`window.registerWebviewViewProvider`](https://code.visualstudio.com/api/references/vscode-api#window.registerWebviewViewProvider) ## Running the example