From 2ddf90479e704afa34c54385b5cd9f76ee04374e Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 20 Aug 2023 10:38:19 +0200 Subject: equivalent -> equal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 966e2f2..82002c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can use an existing FALSE implementation or the included bootstrap.lua to bo ### Using bootstrap.lua -For any given correct input, bootstrap.lua output is (supposed to be) equivalent to paradox output. +For any given correct input, bootstrap.lua output is (supposed to be) equal to paradox output. This means you can use bootstrap.lua as a feature-complete substitue for paradox. ```sh @@ -33,7 +33,7 @@ existing_run_false paradox.false < paradox.false > paradox.asm && nasm -f elf64 ## Recompiling self -Paradox can (obviously) rebuild itself once it has been bootstrapped, and the result should be equivalent. +Paradox can (obviously) rebuild itself once it has been bootstrapped, and the result should be equal. ```sh # rebuild paradox using itself -- cgit v1.2.3