Skip to content

Commit 0be6adf

Browse files
authored
Update headings in README.md for consistency
1 parent eed8c8e commit 0be6adf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A powerful bridge that allows **AutoIt** to use the modern **Microsoft Edge WebV
4545

4646
## 📖 NetWebView2Lib Version 1.4.0 - Reference (Quick View)
4747

48-
## Properties
48+
### Properties
4949

5050
##### AreDevToolsEnabled
5151
Determines whether the user is able to use the context menu or keyboard shortcuts to open the DevTools window.
@@ -91,7 +91,7 @@ Note: Not supported natively by WebView2, provided for compatibility.
9191
Determines whether new window requests are allowed or redirected to the same window.
9292
`object.AreBrowserPopupsAllowed[ = Value]`
9393

94-
## Methods
94+
### Methods
9595

9696
##### Initialize
9797
Initializes the WebView2 control within a parent window.
@@ -325,7 +325,7 @@ Gives focus to the WebView control.
325325
Registers a script that will run automatically every time a new page loads.
326326
`object.AddInitializationScript(Script As String)`
327327

328-
## Events
328+
### Events
329329

330330
##### OnMessageReceived
331331
Fired when a message or notification is sent from the library to AutoIt.

0 commit comments

Comments
 (0)