You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,16 @@ This repository contain examples of how to use the [WebView 2 API](https://docs.
4
4
5
5
## 1. Getting Started Guide
6
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.
7
+
This Sample is found within the [GettingStartedGuide](https://github.com/MicrosoftEdge/WebView2Samples/tree/master/GettingStartedGuide) directory.
8
8
9
-
This Sample is found within the GettingStartedGuide directory.
9
+
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.
10
10
11
11
## 2. WebView2 Browser Example
12
12
13
+
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
14
+
13
15
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
14
16
15
-
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
0 commit comments