aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-08-20 10:38:19 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-08-20 10:38:19 +0200
commit2ddf90479e704afa34c54385b5cd9f76ee04374e (patch)
tree8b104fbd2cd8c416f73b80ff7962df03d63157b7
parent8da018940e0570ff43d9d94b964ca1470009baec (diff)
downloadparadox-2ddf90479e704afa34c54385b5cd9f76ee04374e.tar.xz
equivalent -> equal
-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