From af8c45253341075b69456fcfdc31537de37238b1 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Mon, 22 Jan 2024 03:06:46 +0800 Subject: [PATCH] Update `**Note**` to `[!NOTE]` in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da1d6e72c..856a63957 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can either download binaries from the [latest release](https://github.com/Py pipx install maturin ``` -> **Note** +> [!NOTE] > > `pip install maturin` should also work if you don't want to use pipx. @@ -142,7 +142,7 @@ my-project    └── lib.rs ``` -> **Note** +> [!NOTE] > > This structure is recommended to avoid [a common `ImportError` pitfall](https://github.com/PyO3/maturin/issues/490)