From 912aca455ff29f5e17fe2cb47fced636433b809a Mon Sep 17 00:00:00 2001 From: Keming Date: Thu, 9 Jan 2025 21:01:29 +0800 Subject: [PATCH] docs(readme): fix github markdown callout Signed-off-by: Keming --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 📝