Skip to content

Commit c44f6cd

Browse files
authored
Typo and wording fixes for the README.md
1 parent caa1ac2 commit c44f6cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
WGet.NET is a WinGet wrapper library for .Net.
1111

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.
1313
**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.**
1414

1515
## 📓 Documentation
@@ -58,7 +58,7 @@ If WinGet is not installed on your system you can get it here: https://github.co
5858
## 💡 Getting started
5959

6060
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.
6262

6363
### WinGetInfo:
6464
The ***WinGetInfo*** class can be used to get information about WinGet itself.

0 commit comments

Comments
 (0)