Skip to content

Commit cf1f240

Browse files
committed
Add browser image to Quick Start
Fixes #207
1 parent 5477e2a commit cf1f240

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: assets/images/content/guides/quick-start/browser.png

107 KB
Loading

Diff for: content/guides/quick-start.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ java -cp "cljs.jar;src" cljs.main --compile hello-world.core --repl
7474

7575
Your default web browser will open to a page that looks like the following:
7676

77+
image::/images/content/guides/quick-start/browser.png[Browser REPL Serving Default index.html,450]
78+
7779
After a couple of seconds you will see `Hello world!` print at the terminal and
7880
you will be given a REPL prompt. Try evaluating some expressions like
7981
the following:
@@ -322,4 +324,4 @@ clj -m cljs.main -c hello-world.core -r
322324
----
323325

324326
When the browser launches you should momentarily see the default page
325-
which will then be quickly replaced by a `h2` tag containing `Hello React!`.
327+
which will then be quickly replaced by a `h2` tag containing `Hello React!`.

0 commit comments

Comments
 (0)