From e932f929fd40bead326f3a56f84d2fb24ce5baf4 Mon Sep 17 00:00:00 2001 From: sborovic Date: Sat, 17 Feb 2024 12:36:42 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb2bd1..b23dd7c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### Description * Written from scratch in C and asm. -* POSIX-compliant (as aspiring to [Stan Dard](https://wiki.osdev.org/Stan_Dard)). +* POSIX-compliant (as we are aspiring to [Stan Dard](https://wiki.osdev.org/Stan_Dard)). * For the amd64 architecture. * Extensively documented.