summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-10 20:26:51 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-16 10:50:08 +0200
commit0b7d6a794bc1b7ced46f860cd5ea8dadfc9126c0 (patch)
tree939191e938402ddf9fa83d0313a746d749aac97e
parent6be81e98739dcbfb68ac89a5229277bbb5452bce (diff)
downloadccache-0b7d6a794bc1b7ced46f860cd5ea8dadfc9126c0.tar.gz
chore: Tweak README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9df170ea..efe46864 100644
--- 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.