summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-02-09 21:48:06 +0100
committerJoel Rosdahl <joel@rosdahl.net>2020-02-09 21:48:06 +0100
commit8bb8acfcd09525e40a8c4a762752af92fe01d4b8 (patch)
tree5ab9872c5095340abef6662979f8076ce1703f7a /README.md
parent186d4470c6a57800b651664b05326c552c8bed6a (diff)
downloadccache-8bb8acfcd09525e40a8c4a762752af92fe01d4b8.tar.gz
Remove superfluous “>” in README
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 650eeeed..2d55bd57 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ ccache – a fast compiler cache
[![Gitter](https://img.shields.io/gitter/room/ccache/ccache.svg)](https://gitter.im/ccache/ccache)
Ccache (or “ccache”) is a compiler cache. It [speeds up
-recompilation](https://ccache.dev/performance.html)> by caching previous
+recompilation](https://ccache.dev/performance.html) by caching previous
compilations and detecting when the same compilation is being done again.