Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

docs(README.md): fix typo in code sample #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Simply change `bin` to whatever you'd like to name the directory, and `.bashrc`
```sh
$ mkdir ~/bin
$ echo "export PATH=$PATH:$HOME/bin" >> ~/.bashrc
$ cp cargo-graph~/bin
$ cp cargo-graph ~/bin
$ source ~/.bashrc
```

Expand Down