From 3caa29198c040e244b8ccf26f650c3c3be023de7 Mon Sep 17 00:00:00 2001 From: RaWa Date: Mon, 6 Dec 2021 11:59:12 +0100 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e5e15..54cc563 100644 --- a/README.md +++ b/README.md @@ -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