From cf980647d6575fbf6028ceb08fd1812661ed27d2 Mon Sep 17 00:00:00 2001 From: wangchen Date: Fri, 4 Aug 2023 10:28:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20readme=E7=BF=BB=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #I7QAKU Signed-off-by: wangchen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ba98a3..466b680b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The directory structure is as follows. For more details, see [arch_spec.md](arch │ ├── include # APIs exposed externally │ ├── risc-v # Code of the risc-v architecture │ │ ├── nuclei # Code of the nuclei system technology risc-v architecture -│ │ └── riscv32 # Code of the risc-v architecture +│ │ └── riscv32 # Code of the risc-v official common architecture │ └── xtensa # Code of the xtensa architecture │ └── lx6 # Code of the lx6 xtensa architecture ├── components # Optional components