Skip to content

Commit 683dbe5

Browse files
committed
Minor markdown fixes
1 parent dd18b1d commit 683dbe5

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

manual/src/diffing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ From the start vertex, we have two options:
4949
+---------------------+ +---------------------+
5050
```
5151

52-
5352
Choosing "novel atom R" to vertex 2 will turn out to be the best
5453
choice. From vertex 2, we can see three routes to the end vertex.
5554

manual/src/installation.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Difftastic can be installed as pre-built binaries or using various package manag
44

55
## Pre-Built Binaries
66

7-
Difftastic releases are published as [GitHub releases](https://github.com/Wilfred/difftastic/releases) with pre-built binaries for Windows, macOS and Linux.
8-
Open the [latest release page](https://github.com/Wilfred/difftastic/releases/latest), download the file matching your OS and CPU architecture, and extract the `difft` executable application file.
7+
Difftastic releases are published as [GitHub
8+
releases](https://github.com/Wilfred/difftastic/releases) with
9+
pre-built binaries for Windows, macOS and Linux. Open the [latest
10+
release page](https://github.com/Wilfred/difftastic/releases/latest),
11+
download the file matching your OS and CPU architecture, and extract
12+
the `difft` executable application file.
913

1014
## Package Manager
1115

@@ -36,7 +40,9 @@ with `nix-env`.
3640
$ nix-env --install difftastic
3741
```
3842

39-
If you're a **Fedora** user, you can install [difftastic](https://packages.fedoraproject.org/pkgs/rust-difftastic/difftastic/) with `dnf`.
43+
If you're a **Fedora** user, you can install
44+
[difftastic](https://packages.fedoraproject.org/pkgs/rust-difftastic/difftastic/)
45+
with `dnf`.
4046

4147
```
4248
$ sudo dnf install difftastic
@@ -52,7 +58,8 @@ $ sudo pkg install difftastic
5258

5359
### Windows
5460

55-
If you're a Windows user using **Windows Package Manager** (*WinGet*), you can install difftastic with `winget`.
61+
If you're a Windows user using **Windows Package Manager** (*WinGet*),
62+
you can install difftastic with `winget`.
5663

5764
```
5865
$ winget install difftastic

manual/src/jj.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ file](https://jj-vcs.github.io/jj/latest/config/#user-config-files).
1111
[ui]
1212
diff-formatter = ["difft", "--color=always", "$left", "$right"]
1313
```
14-
15-

manual/src/parser_vendoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ ln -s tree-sitter-json/src tree-sitter-json-src
2727
```
2828

2929
You can now add the parser to build by including the directory in
30-
`build.rs`.
30+
`build.rs`.
3131

3232
```
3333
TreeSitterParser {

0 commit comments

Comments
 (0)