From e8ac084b949a9a3a5d5a0c2809b4dce0ba2fbedc Mon Sep 17 00:00:00 2001 From: Dustin Getz Date: Tue, 31 Oct 2023 12:44:47 -0400 Subject: [PATCH] readme - add screenshot of browser console --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b71583e..b3a391e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,12 @@ Livecoding REPL introduction to [Missionary](https://github.com/leonoel/missiona * Clojure/Script project * Clone repo, open in your Clojure editor and jack in as ClojureScript browser REPL -* **browser console** has REPL evaluation results. Partial incomplete results may be shown in the editor REPL, this is editor dependent! * If you break something while playing around, simply refresh the page, which gives you a clean slate REPL. +* **browser console** has REPL evaluation results. Partial incomplete results may be shown in the editor REPL, this is editor dependent! + +![image](https://user-images.githubusercontent.com/124158/279403213-333c73e8-64c5-4c5a-b93b-190cb4645cad.png) + +*test reports are in the browser console* ## Calva instructions