From 5eeb3495e02ac934690d57a656325924c5a89dd5 Mon Sep 17 00:00:00 2001 From: Eden Wang Date: Sat, 2 Nov 2024 01:35:53 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0e41ead..a97e72e 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ With [rvemu-for-book](https://github.com/d0iasm/rvemu-for-book), [rvemu: RISC-V 1. An `little-endian`, `64-bit` RISC-V emulator 2. Support `RV32I(basic)` & `RV64I(basic)` instruction set -3. Won't support `pipeline-model`, as this is `no more than an emulator` +3. Won't support `pipeline-model`, as this is `nothing more than an emulator` ## Requirements