diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa828a5e384..602d04dca53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ The fastest way is: OpenDAL is primarily a Rust project. To build OpenDAL, you will need to set up Rust development first. We highly recommend using [rustup](https://rustup.rs/) for the setup process. -For Linux or MacOS, use the following command: +For Linux or macOS, use the following command: ```shell curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh diff --git a/bindings/cpp/CONTRIBUTING.md b/bindings/cpp/CONTRIBUTING.md index 1b86b1360ff..fb99e984aac 100644 --- a/bindings/cpp/CONTRIBUTING.md +++ b/bindings/cpp/CONTRIBUTING.md @@ -60,7 +60,7 @@ sudo apt install libboost-all-dev sudo apt install doxygen graphviz ``` -For MacOS: +For macOS: ```shell # install C/C++ toolchain (can be replaced by other toolchains)