@@ -10,8 +10,8 @@ indicated in `.ruby-version`, as well as the [bundler](https://bundler.io/) gem.
10102 . ` bundle exec jekyll serve --watch `
11113 . go to < http://localhost:4000 >
1212
13- (* you could also use your favorite manager, ` chruby ` , ` rbenv ` , ` rvm ` , etc. See
14- intructions for ` rvm ` at the end of this README* )
13+ (* you could also use your favourite manager, ` chruby ` , ` rbenv ` , ` rvm ` , etc. See
14+ instructions for ` rvm ` at the end of this README* )
1515
1616If you are just updating or adding new tutorials, follow steps 1 to 3 only.
1717
@@ -41,7 +41,7 @@ You can go to the general [codebar Slack channel here](https://codebar.slack.com
4141dedicated [ tutorials channel here] ( https://codebar.slack.com/messages/tutorials/ ) . Use it to get in touch
4242and chat to other codebar students/coaches, or if you need help.
4343
44- If you are not on Slack use [ this link] ( http ://codebar- slack.herokuapp.com /) to get an invite.
44+ If you are not on Slack use [ this link] ( https ://slack.codebar.io /) to get an invite.
4545
4646## Contributing
4747
@@ -117,7 +117,7 @@ And you're done. Commit and push as usual.
117117
118118# RVM
119119
120- Another way of installing the project depdendencies is via [ RVM] ( https://rvm.io/rvm/install ) .
120+ Another way of installing the project dependencies is via [ RVM] ( https://rvm.io/rvm/install ) .
121121Follow the [ quick installation guide] ( https://rvm.io/rvm/install#quick-guided-install ) and then run:
122122
123123``` bash
0 commit comments