diff --git a/README.md b/README.md
index 4d6b0151c..40b34db22 100644
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ envd-quick-start http://localhost:42779 envd-quick-start.envd /home/g
## Difference between v0 and v1
-> **Note**
+> [!NOTE]
> To use the `v1` config file, add `# syntax=v1` to the first line of your `build.envd` file.
| Features | v0 | v1 |
@@ -261,11 +261,11 @@ envd-quick-start http://localhost:42779 envd-quick-start.envd /home/g
| support installing multiple languages | ⚠️ | ✅ |
| support `moby` builder | ❌ | ✅ [(a)](#v1-moby) |
-> **Note**
+> [!NOTE]
> (a) To use the `moby` builder, you will need to create a new context with `envd context create --name moby-test --builder moby-worker --use`.
> For more information about the `moby` builder, check the [issue-1693](https://github.com/tensorchord/envd/issues/1693).
-> **Important**
+> [!IMPORTANT]
> For more details, check the [upgrade to v1](https://envd.tensorchord.ai/guide/v1.html) doc.
## More on documentation 📝