From e546deff64598a812afd6a239494e5a6b269eba3 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 19 Jul 2022 01:53:06 -0500 Subject: [PATCH] Annotate with plain text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af57ef8..7815eac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ limited set of primitives, and compiles down to LLVM IR. Compilation process ------------------- -``` +```text e0 source code => llvm bitcode text => clang => link against e0-rt => binary ```