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