]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove superfluous “>” in README
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Feb 2020 20:48:06 +0000 (21:48 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 9 Feb 2020 20:48:06 +0000 (21:48 +0100)
README.md

index 650eeeed3c8fe9032fa3144c83669a8eb7b2f0cd..2d55bd576c5b5d9dd2ffa031652e6302cbe8f3f5 100644 (file)
--- 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.