Skip to content

Commit c27593c

Browse files
authored
Fix typos in README (zyedidia#2919)
1 parent fe89df1 commit c27593c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can also check out the website for Micro at https://micro-editor.github.io.
5353
- Extremely good mouse support.
5454
- This means mouse dragging to create a selection, double click to select by word, and triple click to select by line.
5555
- Cross-platform (it should work on all the platforms Go runs on).
56-
- Note that while Windows is supported Mingw/Cygwin is not (see below).
56+
- Note that while Windows is supported, Mingw/Cygwin is not (see below).
5757
- Plugin system (plugins are written in Lua).
5858
- micro has a built-in plugin manager to automatically install, remove, and update plugins.
5959
- Built-in diff gutter.
@@ -83,7 +83,7 @@ A desktop entry file and man page can be found in the [assets/packaging](https:/
8383

8484
### Pre-built binaries
8585

86-
Pre-built binaries are distributed with [releases](https://github.com/zyedidia/micro/releases).
86+
Pre-built binaries are distributed in [releases](https://github.com/zyedidia/micro/releases).
8787

8888
To uninstall micro, simply remove the binary, and the configuration directory at `~/.config/micro`.
8989

@@ -132,7 +132,7 @@ On Linux, you can install micro through [snap](https://snapcraft.io/docs/core/in
132132
snap install micro --classic
133133
```
134134

135-
Micro is also available through other package managers on Linux such dnf, AUR, Nix, and package managers
135+
Micro is also available through other package managers on Linux such as dnf, AUR, Nix, and package managers
136136
for other operating systems. These packages are not guaranteed to be up-to-date.
137137

138138
<!-- * `apt install micro` (Ubuntu 20.04 `focal`, and Debian `unstable | testing | buster-backports`). At the moment, this package (2.0.1-1) is outdated and has a known bug where debug mode is enabled. -->
@@ -159,8 +159,8 @@ for other operating systems. These packages are not guaranteed to be up-to-date.
159159
**Note for Linux desktop environments:**
160160

161161
For interfacing with the local system clipboard, the following tools need to be installed:
162-
* For X11 `xclip` or `xsel`
163-
* For [Wayland](https://wayland.freedesktop.org/) `wl-clipboard`
162+
* For X11, `xclip` or `xsel`
163+
* For [Wayland](https://wayland.freedesktop.org/), `wl-clipboard`
164164

165165
Without these tools installed, micro will use an internal clipboard for copy and paste, but it won't be accessible to external applications.
166166

@@ -221,7 +221,7 @@ If you open micro and it doesn't seem like syntax highlighting is working, this
221221
you are using a terminal which does not support 256 color mode. Try changing the color scheme to `simple`
222222
by pressing <kbd>Ctrl-e</kbd> in micro and typing `set colorscheme simple`.
223223

224-
If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
224+
If you are using the default Ubuntu terminal, to enable 256 color mode make sure your `TERM` variable is set
225225
to `xterm-256color`.
226226

227227
Many of the Windows terminals don't support more than 16 colors, which means
@@ -240,7 +240,7 @@ winpty micro.exe ...
240240

241241
Micro uses the amazing [tcell library](https://github.com/gdamore/tcell), but this
242242
means that micro is restricted to the platforms tcell supports. As a result, micro does not support
243-
Plan9, and Cygwin (although this may change in the future). Micro also doesn't support NaCl (which is deprecated anyway).
243+
Plan9 or Cygwin (although this may change in the future). Micro also doesn't support NaCl (which is deprecated anyway).
244244

245245
## Usage
246246

0 commit comments

Comments
 (0)