Skip to content

Commit 372ea76

Browse files
authored
Fix formatting issues in README.md
Corrected formatting and spacing in the README file.
1 parent de0ccae commit 372ea76

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Returns a pipe-separated string of all active download URIs.
193193
Determines whether user can zoom the page (Ctrl+MouseWheel, shortcuts).
194194
`object.IsZoomControlEnabled[ = Value]`
195195

196-
#### ===Methods===
196+
#### === Methods ===
197197

198198
##### Initialize
199199
Initializes the WebView2 control within a parent window.
@@ -228,7 +228,6 @@ Saves the current page as a PDF file.
228228
`object.ExportToPdf(FilePath As String)`
229229

230230
##### IsReady
231-
232231
Checks if the WebView2 control is fully initialized and ready for use.
233232
`object.IsReady()`
234233

@@ -351,7 +350,6 @@ Enables or disables the Web Message communication system.
351350
##### SetStatusBarEnabled
352351
Enables or disables the browser status bar.
353352
`object.SetStatusBarEnabled(Enabled As Boolean)`
354-
355353

356354
##### CapturePreview
357355
Captures a screenshot of the current view to a file.

0 commit comments

Comments
 (0)