Skip to content

Commit

Permalink
Fix readme typo (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
auberisky authored Jan 10, 2023
1 parent af54daf commit 6951696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ There is no shortage of command runners! Some more or less similar alternatives
- [make](https://en.wikipedia.org/wiki/Make_(software)): The Unix build tool that inspired `just`. There are a few different modern day descendents of the original `make`, including [FreeBSD Make](https://www.freebsd.org/cgi/man.cgi?make(1)) and [GNU Make](https://www.gnu.org/software/make/).
- [task](https://github.com/go-task/task): A YAML-based command runner written in Go.
- [maid](https://github.com/egoist/maid): A Markdown-based command runner written in JavaScript.
- [microsoft/just](https://github.com/microsoft/just): A JavasScript-based command runner written in JavaScript.
- [microsoft/just](https://github.com/microsoft/just): A JavaScript-based command runner written in JavaScript.
- [cargo-make](https://github.com/sagiegurari/cargo-make): A command runner for Rust projects.
- [mmake](https://github.com/tj/mmake): A wrapper around `make` with a number of improvements, including remote includes.
- [robo](https://github.com/tj/robo): A YAML-based command runner written in Go.
Expand Down

0 comments on commit 6951696

Please sign in to comment.