Merge pull request #15 from wasserfuhr/patch-1

Update README.md
This commit is contained in:
Koichi NAKAMURA 2021-12-06 20:13:53 +09:00 committed by GitHub
commit 59feb32ddc
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