From 6d2097b84b05452f85b1c24490e738bbd4914d71 Mon Sep 17 00:00:00 2001
From: jon-lee <jon-lee@sjtu.edu.cn>
Date: Tue, 25 Feb 2025 11:11:53 +0800
Subject: [PATCH] docs: fix code block

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 678997f..631d344 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@
 
 - `joj3-config-generator convert` function is now supported, currently support three flags:
 
-`-d/--distribute`: Add it without other input, it indicates script is ready to convert things other than testcases within the project
-`-c/--conf-root`: This is where you want to put all your 'task.toml' type folders, default choice for your input can be '/home/tt/.config/joj/'
-`-r/--repo-root`: This would be where you put your 'repo.toml' file as well as your 'immutable files', they should all be at same place, default choice for your input can be 'immutable_files', which is the folder at the position '/home/tt/.config/joj/'
+  - `-d/--distribute`: Add it without other input, it indicates script is ready to convert things other than testcases within the project
+  - `-c/--conf-root`: This is where you want to put all your 'task.toml' type folders, default choice for your input can be '/home/tt/.config/joj/'
+  - `-r/--repo-root`: This would be where you put your 'repo.toml' file as well as your 'immutable files', they should all be at same place, default choice for your input can be 'immutable_files', which is the folder at the position '/home/tt/.config/joj/'
 
 - sample command on the server
 ```shell