Update README.md

typo
This commit is contained in:
RaWa 2021-12-06 11:59:12 +01:00 committed by GitHub
parent a54400e3c4
commit 3caa29198c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ $ ./planck < bootstrap.fs
." Hello World!" cr
```
`bootstrap.fs` can also takes a file as an input program like this.
`bootstrap.fs` can also take a file as an input program like this.
```
$ cat example/fib.fs