diff --git a/README.md b/README.md index ff153dc..f901dfe 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,14 @@ Dependencies for **macOS** can be installed with homebrew. ``` brew install lua@5.3 rapidjson websocketpp cmake openssl@1.1 ``` -Some packages are included in **macOS** but you might want to install homebrew versions. +Some packages are included in **macOS,** but you might want to install homebrew versions. ``` brew install curl zlib git make ``` ### How to build -On windows, use git-bash for these commands. On Linux, these should work in your shell. +On Windows, use git-bash for these commands. On Linux, these should work in your shell. 1. Make sure you have all [prerequisites](#prerequisites) installed 2. Clone the repository in a location of your choice with `git clone -b v3.0.2-WithPython --recurse-submodules https://github.com/SantaSpeen/BeamMP-Server`.