aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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