From bc3a4a20e8cf6ab2c4baed61a3231eb9c617cf34 Mon Sep 17 00:00:00 2001 From: Tejas Garrepally Date: Thu, 15 Aug 2024 13:17:10 +0800 Subject: [PATCH] docs: fix callotu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ce147..1961d7f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Loom requires that you hook your main method (e.g the same watch Catch2 does) in `glibc` functions are invoked. This has various purposes, mainly for proper scheduling behaviour and telemetry. For example, we don't want a `sleep` in the fiber thread to block the entire thread. -> [!info] Note that all macros in `loom` start with `$`. +> [!NOTE] +> Note that all macros in `loom` start with `$`. ```cpp #include