From 9a68c4d04b002581267169acd450e97504f82dd5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 14 Apr 2023 13:53:37 +0200 Subject: [PATCH] Fix a typo in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05ec023..c41f8f2 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ With cmake, add the following argument: With configure, call it with: ``` # With gcc -./configure CC="sccache gcc" CXX=scache gcc" +./configure CC="sccache gcc" CXX=sccache gcc" # With clang -./configure CC="sccache clang" CXX=scache clang" +./configure CC="sccache clang" CXX=sccache clang" ``` ## Prepare a new release