Skip to content

Commit

Permalink
Update patch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jun 19, 2024
1 parent 3003dcb commit a994bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/patch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`bun patch` is lets you persistently patch node_modules in a maintainable, git-friendly way.
`bun patch` lets you persistently patch node_modules in a maintainable, git-friendly way.

Sometimes, you need to make a small change to a package in `node_modules/` to fix a bug or add a feature. `bun patch` makes it easy to do this without vendoring the entire package and reuse the patch across multiple installs, multiple projects, and multiple machines.

Expand Down

0 comments on commit a994bda

Please sign in to comment.