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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
WGet.NET is a WinGet wrapper library for .Net.
11
11
12
-
I created it for another project and then made a library out of it in hope it might be usefull to someone else too.
12
+
I created it for another project and then made a library out of it in hope it might be useful to someone else too.
13
13
**If you tried this library, please give me some feedback. And if you miss a feature, you can create an issue to let me know.**
14
14
15
15
## 📓 Documentation
@@ -58,7 +58,7 @@ If WinGet is not installed on your system you can get it here: https://github.co
58
58
## 💡 Getting started
59
59
60
60
The needed namespace is **WGetNET** (`using WGetNET;`).
61
-
This namespace contains the three classes, that are used to perform actions or get information with winget.
61
+
This namespace contains the three main classes that are used to perform actions or get information with winget, plus all additional classes that are needed.
62
62
63
63
### WinGetInfo:
64
64
The ***WinGetInfo*** class can be used to get information about WinGet itself.
0 commit comments