Skip to content

Commit

Permalink
Update README.md (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Oct 5, 2023
1 parent 3b71adb commit b828d09
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 @@ -46,7 +46,7 @@ ddev restart
```

This will scaffold out various files, most importantly a `Taskfile.yml` in the
root of your repository. Task is a task runner / build tool that aims to be
root of your repository. [https://taskfile.dev/](Task) is a task runner / build tool that aims to be
simpler and easier to use than, for example, GNU Make. Since it's written in Go,
Task is just a single binary and has no other dependencies. It's also
cross-platform with everything running through the same [shell interpreter](https://github.com/mvdan/sh).
Expand Down

0 comments on commit b828d09

Please sign in to comment.