From 865a9f991417487a62149d4f3258a02252c3ddb7 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 16 Feb 2018 12:07:59 -0500 Subject: [PATCH] Fix another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99f008..efc4fce 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To build the source code, navigate to the project root and run: $ make dev -This will output a development build of the extension to `ext`. Additionally, it will start a [Figwheel](https://github.com/bhauman/lein-figwheel) session for the background and sidebar scripts, enabling live reloading and connecting a ClojureScript REPL to the sidebar script. Due to strict content security policy for content scripts, Figwheel cannot be enabled for the content script. +This will output a development build of the extension to `ext`. Additionally, it will start a [Figwheel](https://github.com/bhauman/lein-figwheel) session for the background and sidebar scripts, enabling live reloading and connecting a ClojureScript REPL to the sidebar script. Due to the strict content security policy for content scripts, Figwheel cannot be enabled for the content script. If you want a production build instead, run: