From 85a4991775bcebfa8db3390bbc2d8d2196c6c0c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 25 May 2021 12:04:22 +0200 Subject: [PATCH] Fix unterminated ` in readme. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 11f0343..c23da73 100644 --- a/README.adoc +++ b/README.adoc @@ -98,6 +98,6 @@ cmake --build . -- --jobs=$(nproc --ignore=1) * `-DCMAKE_BUILD_TYPE=Debug` for a debug build. * `-DWITH_TESTS=YES` if you want to compile the tests. * `-DXGETTEXT_CMD=String` The program to use instead of `xgettext`. -* `-DFALLBACK_BUNDLED=NO if you don't want to fall back on bundled libraries. +* `-DFALLBACK_BUNDLED=NO` if you don't want to fall back on bundled libraries. include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]