Skip to content

Commit

Permalink
Small typo fixes
Browse files Browse the repository at this point in the history
Fixed small typos I noticed while reading up on how to install perlbrew
  • Loading branch information
sylints committed Jan 13, 2018
1 parent 05748fd commit 2f1d2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ perlbrew exec -- perl -E 'say $]'
easy way. It provides multiple isolated perl environments, and a mechanism
for you to switch between them.

Everything are installed unter `~/perl5/perlbrew`. You then need to include a
Everything is installed under `~/perl5/perlbrew`. You then need to include a
bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
benefit from not having to run `sudo` commands to install
cpan modules because those are installed inside your `HOME` too.
Expand Down

0 comments on commit 2f1d2b3

Please sign in to comment.