]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Tweak README
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Oct 2022 18:26:51 +0000 (20:26 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 16 Oct 2022 08:50:08 +0000 (10:50 +0200)
README.md

index 9df170ea4992bacf32945fd011509949c6838b34..efe46864e43a8567b4d0ebaa83295a834357fb9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Ccache – a fast compiler cache
 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5057/badge)](https://bestpractices.coreinfrastructure.org/projects/5057)
 [![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
+Ccache is a compiler cache. It [speeds up
 recompilation](https://ccache.dev/performance.html) by caching previous
 compilations and detecting when the same compilation is being done again.