README.md:grammar improvement suggestion (Instead, it wil)

[skip ci]
This commit is contained in:
andy5995 2022-08-23 12:35:49 -05:00
parent 91a3252434
commit 2ae6d1ea0a
No known key found for this signature in database
GPG key ID: 228A72B49E81CB9D

View file

@ -41,8 +41,8 @@ bash -c './hello.com' # zsh/fish workaround (we patched them in 2021)
```
Since we used the `ape-no-modify-self.o` bootloader (rather than
`ape.o`) your executable will not modify itself when it's run. What
it'll instead do, is extract a 4kb program to `${TMPDIR:-${HOME:-.}}`
`ape.o`) your executable will not modify itself when it's run. Instead,
it will extract a 4kb program to `${TMPDIR:-${HOME:-.}}`
that maps your program into memory without needing to copy it. It's
possible to install the APE loader systemwide as follows.