Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed May 18, 2014
1 parent 5d0c2f5 commit a1e3ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ If you are using [prax](https://github.com/ysbaddaden/prax) or
auto-switching capability.

When you have a `.ruby-version` file in your home directory this will be
used used by as default. If you want it to pickup the custom
ruby-version per project you have to create a `.praxconfig` in your
home directory or for pow, you need to create a `.powenv` inside every
project folder. With the following content:
used used by default. If you want it to pickup the custom ruby-version
per project you have to create a `.praxconfig` in your home directory or
for pow, you need to create a `.powenv` inside every project folder.
With the following content:
```sh
export PATH="$(fish -c 'fry current --path'):$PATH"
```
Expand Down

0 comments on commit a1e3ec9

Please sign in to comment.