From afaa23c39e8523269c425936c27e4c61f0d509e0 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Fri, 7 Jun 2024 12:57:12 -0400 Subject: [PATCH] make `Using with CMake` a subsection of `Quick Start` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b3330..79a6aa2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ cmake -S . -B build cmake --build build ``` -## Using with CMake +### Using with CMake A CMake Config-file package is provided. To use utf8proc in a CMake project: -- 2.30.2