From 660ae2137397612d3e44a8e83ae5af32e2b64ff0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 24 Dec 2023 03:34:51 +0800 Subject: [PATCH] Tweak readme (#1775) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7865b1..2eea7fe 100644 --- a/README.md +++ b/README.md @@ -2743,7 +2743,7 @@ On a big project with multiple contributors, it's very useful to have a file wit There are probably different commands to test, build, lint, deploy, and the like, and having them all in one place is useful and cuts down on the time you have to spend telling people which commands to run and how to type them. -And, with an easy place to put commands, it's likely that you'll come up with other useful things which are part of the project's collective wisdom, but which aren't written down anywhere, like the arcane commands needed for some part of your revision control workflow, install all your project's dependencies, or all the random flags you might need to pass to the build system. +And, with an easy place to put commands, it's likely that you'll come up with other useful things which are part of the project's collective wisdom, but which aren't written down anywhere, like the arcane commands needed for some part of your revision control workflow, to install all your project's dependencies, or all the random flags you might need to pass to the build system. Some ideas for recipes: