From 3948dbcc7a6595fdcd402b405c65a7d9cd55f479 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Sat, 21 Aug 2021 15:24:22 +0200 Subject: [PATCH] Fixed indentation issue in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6e8e82..c466413 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The project is split into several directories and submodules: - `src/meta` -> Contains meta-structures used during compilation and parsing - `src/frontend` -> Contains the runtime environment of NimVM - `src/frontend/types` -> Contains the type system -- `src/memory` -> Contains NimVM's allocator and memory manager + - `src/memory` -> Contains NimVM's allocator and memory manager