mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 04:20:36 +08:00
Fixed some grammar mistakes (#2783)
Co-authored-by: Ran Luo <ransixi@gmail.com>
This commit is contained in:
parent
e77a53c753
commit
8fee135abb
@ -191,7 +191,7 @@ Names and company logos of all sponsors (from both Patreon and Open Collective)
|
||||
|:--------------------:|:------------------------:|:-------------------:|
|
||||
|  |  |  |
|
||||
|
||||
## 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user