Skip to content

Commit

Permalink
fix example in bun add help text (#10185)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvilums authored Apr 11, 2024
1 parent edeb75a commit c2ac5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/install.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7920,7 +7920,7 @@ pub const PackageManager = struct {
\\
\\ <d>Add a dev, optional, or peer dependency <r>
\\ <b><green>bun add -d typescript<r>
\\ <b><green>bun add -o lodash<r>
\\ <b><green>bun add --optional lodash<r>
\\ <b><green>bun add --peer esbuild<r>
\\
\\Full documentation is available at <magenta>https://bun.sh/docs/cli/add<r>
Expand Down

0 comments on commit c2ac5d4

Please sign in to comment.