aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jeff McGlynn <jwmcglynn@google.com>2019-01-24 19:32:05 -0800
committerGravatar Jeff McGlynn <jeff@jeffmcglynn.com>2019-01-24 19:36:48 -0800
commit9b150919fd518f0755d6624ddc36163467ced431 (patch)
tree0a848bb00cfcfba6957fa94e92edb7f17fa25b76 /README.md
parent4e0cc971ea82fbb985f27933af23d1afb3994290 (diff)
Small fixes to build files and readme
* Remove duplicate https:// * Update test library to use @gtest//:gtest instead of gtest_main * Declare hdrs in astc_codec library.
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