Skip to content

Commit

Permalink
Update README.md (#4284)
Browse files Browse the repository at this point in the history
fixed a few typos
  • Loading branch information
NinoRisteski authored Sep 7, 2023
1 parent bce6ed1 commit c55fad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add these lines to your `.bashrc` or equivalent to ensure you have permissions t
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
```
Don't forget to `source ~/.bashrc` afterwards 😊.
Don't forget to `source ~/.bashrc` afterward 😊.


Now we can install Jekyll and [Bundler](https://bundler.io/):
Expand All @@ -35,7 +35,7 @@ We now need to install the required Ruby packages for the website.

> Could not locate Gemfile
**NOTE**: this step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation.
**NOTE**: This step frequently hangs when connected to a VPN (including MSVPN). Simply disconnect for the package installation.


```
Expand Down

0 comments on commit c55fad9

Please sign in to comment.