From d6d36aa4b8be57c08f27468e40ca23b2b776409b Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Mon, 7 Oct 2019 23:56:55 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c7d6c..60e48eb 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ A web browser you can control from your Scheme repl! * Compile with `./build.sh` ## How to use -* Run `./a.out` after compiling and it will launc the browser. +* Run `./a.out` after compiling and it will launch the browser. * Run `(open-page "https://example.org")` to see it in action.