From 2ca19e3f78712d8d6e2b0f025d74cc020d9e7f90 Mon Sep 17 00:00:00 2001 From: Alexandru-Florin Ene <94986496+inixyz@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:34:10 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788c91b..d92df71 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ tinyriscv is particulary suited to integration in simulation engines, embedded a ## Building and running -tinyriscv comes with a simple cli interface [main.c](https://github.com/inixyz/tinyriscv/blob/main/src/main.c) to help debugging and to serve as an example of how to use the emulator core. +tinyriscv comes with a simple CLI interface [main.c](https://github.com/inixyz/tinyriscv/blob/main/src/main.c) to help debugging and to serve as an example of how to use the emulator core. ``` git clone https://github.com/inixyz/tinyriscv/