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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# WebView2 Samples
2
2
3
-
This repository contain examples of how to use the WebView 2 API.
3
+
This repository contain examples of how to use the [WebView 2 API](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2).
4
4
5
5
## 1. Getting Started Guide
6
6
7
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.
8
8
9
-
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Samples.git` to get started.
9
+
This Sample is found within the GettingStartedGuide directory.
10
10
11
11
## 2. WebView2 Browser Example
12
12
13
-
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application with multiple WebViews.
13
+
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
14
14
15
15
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
0 commit comments