From d81bb25fc67fa0015d074f0e9a44f5b7250b754b Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:32:10 +0300 Subject: [PATCH] Update README.md edit menu --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88ead9a..6628480 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ - [REST API](#REST-API) - [IE](#IE) - [Selenium](#Selenium) -- [COM Object](#COM-Object) -- [dotNET Object](#dotNET-Object) +- [COM](#COM) +- [dotNET](#dotNET) - [Console API](#Console-API) - [Socket](#Socket) - [Excel](#Excel) @@ -2188,7 +2188,7 @@ $Button_Auth.Click() $Result = $ie.Document.documentElement.innerHTML $ie.Quit() ``` -# COM Object +# COM `$wshell = New-Object -ComObject Wscript.Shell` \ `$wshell | Get-Member` \ @@ -2290,7 +2290,7 @@ $Explorer = $Folder.GetExplorer() $Explorer.Display() $Outlook.Quit() ``` -# dotNET Object +# dotNET `[System.Diagnostics.EventLog] | select Assembly,Module` \ `$EventLog = [System.Diagnostics.EventLog]::new("Application")` \