aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-12 23:01:03 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-12 23:01:03 +0100
commita41685b320d9b5e6aa18fc630c3d5e9479195e79 (patch)
treea7e64329039df391d3db0dde4cd074caa9528716
parent77e66d71546cf41e9218e34961bb9a092892e484 (diff)
downloadmicro-lang-hs-a41685b320d9b5e6aa18fc630c3d5e9479195e79.tar.gz
micro-lang-hs-a41685b320d9b5e6aa18fc630c3d5e9479195e79.zip
Typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2715c64..cc59647 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Objectives:
- (may be) Targeting 8-bit microcomputers (Z80 CPU)
- Easy to interact with existing code written in C/ASM
- (may be) Targeting WASM
-- Fast compilatio
+- Fast compilation
- Statically typed, small but useful, and reasonably performant (including on the target)
## Current status