Skip to content

Commit

Permalink
Tweak readme (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 23, 2023
1 parent e9bec8d commit 660ae21
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 @@ -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:
Expand Down

0 comments on commit 660ae21

Please sign in to comment.