summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiffany Le-Nguyen <letiffany.nguyen@gmail.com>2019-07-15 19:18:27 -0400
committerMatan Kushner <hello@matchai.me>2019-07-15 19:18:27 -0400
commitf11a3249998f7019069971ba9cbdd210013c7aa2 (patch)
tree4cc217c993844430259eb37890bb5ab0dd6ebb91
parentd26353f3e3b32843dd6e8967801439fbcb8cf48c (diff)
docs: Fix path to fish config in code snippet (#98)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf6ff78c1..a61854849 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ I'm very new to Rust, so any help is appreciated when it comes to improving deve
Add the following to the end of `~/.config/fish/config.fish`:
```fish
- # ~/.config/config.fish
+ # ~/.config/fish/config.fish
eval (starship init fish)
```