From 8fee135abbd033145a15e02dc3a299ad2620faea Mon Sep 17 00:00:00 2001 From: Pieter Edwards Date: Sat, 25 Dec 2021 14:13:39 +0000 Subject: [PATCH] Fixed some grammar mistakes (#2783) Co-authored-by: Ran Luo --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b3a22e9..ceaabef2 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Names and company logos of all sponsors (from both Patreon and Open Collective) |:--------------------:|:------------------------:|:-------------------:| | ![](docs/source.gif) | ![](docs/typewriter.gif) | ![](docs/focus.gif) | -## Why write another editor? +## Why make another editor? 1. I love writing. I have used a lot of markdown editors, yet there is still not an editor that can fully meet my needs. I don't like to be disturbed when I write by some unbearable bug. **MarkText** uses virtual DOM to render pages which has the added benefits of being highly efficient and being open source. That way anyone who loves markdown and writing can use MarkText. 2. As mentioned above, **MarkText** is completely free and open source and will be open source forever. We hope that all markdown lovers will contribute their own code and help develop **MarkText** into a popular markdown editor. @@ -209,7 +209,7 @@ Want to see new features of the latest version? Please refer to [CHANGELOG](.git #### macOS -You can either download the latest `marktext-%version%.dmg` from the [release page](https://github.com/marktext/marktext/releases/latest) or install MarkText using [**homebrew cask**](https://github.com/caskroom/homebrew-cask). To use Homebrew-Cask you just need to have [Homebrew](https://brew.sh/) installed. +You can either download the latest `marktext-%version%.dmg` from the [release page](https://github.com/marktext/marktext/releases/latest) or install **MarkText** using [**homebrew cask**](https://github.com/caskroom/homebrew-cask). To use Homebrew-Cask you just need to have [Homebrew](https://brew.sh/) installed. ```bash brew install --cask mark-text @@ -217,7 +217,7 @@ brew install --cask mark-text #### Windows -Simply download and install MarkText via setup wizard (`marktext-setup-%version%.exe`) and choose whether to install per-user or machine wide. +Simply download and install **MarkText** via setup wizard (`marktext-setup-%version%.exe`) and choose whether to install per-user or machine wide. Alternatively, install MarkText using a package manager such as [Chocolatey](https://chocolatey.org/) or [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/). @@ -256,7 +256,8 @@ If you have any questions regarding **MarkText**, you are welcome to write an is ## Contribution -MarkText is in full development, please make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request. Want to add some features to MarkText? Refer to our [roadmap](https://github.com/marktext/marktext/projects) and open issues. +MarkText is in development, please make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request. Want to add some features to MarkText? Refer to our [roadmap](https://github.com/marktext/marktext/projects) and open issues. + ## Contributors