mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
Update README.md
typo
This commit is contained in:
parent
a54400e3c4
commit
3caa29198c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $ ./planck < bootstrap.fs
|
||||||
." Hello World!" cr
|
." 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
|
$ cat example/fib.fs
|
||||||
|
|
Loading…
Reference in a new issue