Correct spelling / typo Max vs Mac

This commit is contained in:
James Smith 2016-09-12 17:01:45 -04:00 committed by GitHub
parent b0b30d0464
commit 9f6b15b723

View File

@ -18,7 +18,7 @@ Depending on your OS, run the following
echo '. $HOME/.asdf/asdf.sh' >> ~/.bashrc
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bashrc
# OR for Max OSX
# OR for Mac OSX
echo '. $HOME/.asdf/asdf.sh' >> ~/.bash_profile
echo '. $HOME/.asdf/completions/asdf.bash' >> ~/.bash_profile
```