Skip to content

Commit

Permalink
fix: correct typo in Upgrading to 0.16.0 documentation (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohprettyhak authored Feb 10, 2025
1 parent eb2eb6b commit 7e8e5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/upgrading-to-v0-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ the asdf binary in `$HOME/bin` and then added `$HOME/bin` to the front of my

```
# In .zshrc, .bashrc, etc...
export PATH="$HOME/bin:$PATH"`
export PATH="$HOME/bin:$PATH"
```

#### 2. Set `ASDF_DATA_DIR`
Expand Down

0 comments on commit 7e8e5f6

Please sign in to comment.