Fixed indentation issue in README

This commit is contained in:
nocturn9x 2021-08-21 15:24:22 +02:00
parent 858d03ccd4
commit 3948dbcc7a
1 changed files with 1 additions and 1 deletions

View File

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