Skip to content

Commit 11d6607

Browse files
committed
Restructuring Samples Directory and README update to link Browser
1 parent fad95e0 commit 11d6607

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed
File renamed without changes.

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
# HelloWebView - start
1+
# WebView2 Samples
22

3-
Starting point for [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted).
3+
This repository contain examples of how to use the WebView 2 API.
4+
5+
## 1. Getting Started Guide
6+
7+
Start with the [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted) to learn how to setup a WebView within a Win32 application.
48

59
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Samples.git` to get started.
10+
11+
## 2. WebView2 Browser Example
12+
13+
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application with multiple WebViews.
14+
15+
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
16+
17+
18+

0 commit comments

Comments
 (0)