Skip to content

Commit

Permalink
fixed a few mistakes in the README (0x7c13#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastersUnited authored Mar 14, 2022
1 parent 653a1bf commit 703443e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## What is Notepads and why do I care?

I have been waiting long enough for a modern Windows 10 notepad app to come before I decided to create one myself. Don’t get me wrong, Notepad++, VS Code, and Sublime are great text editors. I have used them all and I will continue to use them in the future. However, they are either too heavy or look less appealing. There are times that I just wanted to use Windows notepad for things like writing notes or editing config files. So I decided to create a win32 notepad replacement here and try to give it a modern look and feel. Most importantly, it has to be blazingly fast and appeal to everyone.
I have been waiting long enough for a modern Windows 10 notepad app to come before I decided to create one myself. Don’t get me wrong, Notepad++, VS Code, and Sublime are great text editors. I have used them all and I will continue to use them in the future. However, they are either too heavy or look less appealing. There are times that I just wanted to use Windows notepad for things like writing notes or editing config files. So I decided to create a win32 notepad replacement here and try to give it a modern look and feel. Most importantly, it has to be blazingly fast and appeals to everyone.

So here comes the “Notepads” 🎉 (s stands for Sets).

Expand Down Expand Up @@ -67,9 +67,9 @@ So here comes the “Notepads” 🎉 (s stands for Sets).

## Downloads:

Notepads is available in Microsoft Store. You can get the latest version of Notepads here for free: [Microsoft Store Link](https://www.microsoft.com/store/apps/9nhl4nsc67wm).
Notepads is available in the Microsoft Store. You can get the latest version of Notepads here for free: [Microsoft Store Link](https://www.microsoft.com/store/apps/9nhl4nsc67wm).

You can also use Windows Package Manager to install notepads:
You can also use the Windows Package Manager to install notepads:
```cmd
winget install "Notepads App"
```
Expand Down

0 comments on commit 703443e

Please sign in to comment.