We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fa9cb commit 1bc2e43Copy full SHA for 1bc2e43
1 file changed
README.md
@@ -33,11 +33,11 @@ A powerful bridge that allows **AutoIt** to use the modern **Microsoft Edge WebV
33
34
1. **Extract** NetWebView2Lib folder to a permanent location.
35
2. **Run**:
36
- `\NetWebView2Lib\WebView2AutoIt\Register_web2.au3` to Register
+ `NetWebView2Lib-1.3.0\bin\Register_web2.au3` to Register
37
* Verifies the WebView2 Runtime presence.
38
* Registers `NetWebView2Lib.dll` for COM Interop on both 32-bit and 64-bit.
39
40
- or `\NetWebView2Lib\WebView2AutoIt\Unregister.au3` to Unregister
+ or `NetWebView2Lib-1.3.0\bin\Unregister.au3` to Unregister
41
42
1. **Run `\Example\*`** to see the bridge in action.
43
0 commit comments