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 ```