From e725c8a8d0a26144244fa0ab92d019c64e42303e Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 17 Sep 2024 15:29:12 -0400 Subject: [PATCH] fix: block 2 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64fcd7d..4e0f006 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,8 @@ Then: - for Groovy, follow [`src/README.md`](/src/README.md) - for C++, follow [`srcC/README.md`](/srcC/README.md) -> [!IMPORTANT] C++ access needs [`rapidjson`](https://github.com/Tencent/rapidjson/), provided as a +> [!IMPORTANT] +> C++ access needs [`rapidjson`](https://github.com/Tencent/rapidjson/), provided as a > submodule of this repository in [`srcC/rapidjson`](/srcC/rapidjson). If this directory > is empty, you can clone the submodule by running > ```bash