aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bb2c26..55daaa6 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ bazel test //...
### With CMake
-Install [CMake](https://https://cmake.org/), and the run:
+Install [CMake](https://cmake.org/), and the run:
```
mkdir build && cd build && cmake .. && make