From 0039634bc394d5f762328d0e059d749c32e4d232 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Sat, 10 Dec 2016 11:20:01 -0800 Subject: [PATCH] Change firefox instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e689308..84c7736 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Then build and execute glance: ``` stack build stack exec glance-exe -- -o images/fact.svg -w 500 examples/fact.hs - -firefox images/fact.svg +firefox --new-window images/fact.svg ``` ## Issues Glance is still in development, so for the time being, layout, routing, and icon design all have much room for improvement. Here are some specific issues: