Skip to content

Commit

Permalink
Update documentation/leo/05_commands.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Coglio <2409151+acoglio@users.noreply.github.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
  • Loading branch information
evan-schott and acoglio authored Apr 29, 2024
1 parent ce31c3c commit 78267e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/leo/05_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Use this command to add a dependency to your program. This is a precursor to bei
To add an already deployed program as a project dependency.
`{$PROGRAM}` should be the name of the program to add as a dependency.
```bash
leo add {$PROGRAM} // Defaults to `testnet3`.
leo add {$PROGRAM} // {$NETWORK} defaults to `testnet3`.
leo add -n {$NETWORK} {$PROGRAM} // To pull from a custom network.
```
Expand Down

0 comments on commit 78267e8

Please sign in to comment.