From 12178f3a86ccf7e0d82732f7e5969d1c3958e032 Mon Sep 17 00:00:00 2001 From: Jiaqi Liu Date: Sun, 6 Oct 2019 23:36:30 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bbbe8251a..f1c990846 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ ## What is Notepads and why do I care? -I have waited long enough for a modern windows 10 notepad app to come before I have to do it myself. Don’t get me wrong, Notepad++, VS Code and Sublime are good text editors. I have used most of them and I will continue use them in the future. However, they are either too heavy or looks old. I really need a win32 notepad.exe replacement that feels light and looks cool to help me get things done as quickly as possible and use it as a turnaround text editor to quickly modify config files or write some notes. Most importantly, it has to be blazingly fast and beautiful. +I have waited long enough for a modern windows 10 notepad app to come before I have to do it myself. Don’t get me wrong, Notepad++, VS Code and Sublime are good text editors. I have used most of them and I will continue to use them in the future. However, they are either too heavy or looks old. I really need a win32 notepad.exe replacement that feels light and looks cool to help me get things done as quickly as possible and use it as a turnaround text editor to quickly modify config files or write some notes. Most importantly, it has to be blazingly fast and beautiful. So here comes the “Notepads” 🎉 (s stands for Sets). -* Fluent design with built-in Tab system. +* Fluent design with a built-in Tab system. * Blazingly fast and lightweight. -* Launch from command line or PowerShell by typing: "notepads" or "notepads %FilePath%". +* Launch from the command line or PowerShell by typing: "notepads" or "notepads %FilePath%". * Multi-line handwriting support. -* Built-in Markdown file live preview. +* Built-in Markdown live preview. * Built-in diff viewer (Preview your changes). * Session snapshot and multi-instances.