Fix readme formatting (#1030)

This commit is contained in:
Sönke Hahn 2021-11-20 14:41:54 -05:00 committed by GitHub
parent 0ae91884e2
commit ee04975b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Yay, all your tests passed!
`just` has a ton of useful features, and many improvements over `make`:
- `just` is a command runner, not a build system, so it avoids much of
link:https://github.com/casey/just#what-are-the-idiosyncrasies-of-make-that-just-avoids[`make`'s
link:https://github.com/casey/just#what-are-the-idiosyncrasies-of-make-that-just-avoids[``make``'s
complexity and idiosyncrasies]. No need for `.PHONY` recipes!
- Linux, MacOS, and Windows are supported with no additional dependencies. (Although if your system doesn't have an `sh`, you'll need to link:https://github.com/casey/just#shell[choose a different shell].)