From 2c63b8d90e04f72d7a39c3ed9dcb49bbcb80bd2e Mon Sep 17 00:00:00 2001 From: "chris (daiyi)" Date: Wed, 30 Aug 2017 18:21:56 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f0ccf..54e7d1c 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ The CSS for the trace panel are defined both inline and within `src/day8/re_fram lein less auto ``` -and the .less file will automatically compile to css on file changes. Don't edit the file within `src/day8/re_frame/css` directly, or it will be overwriten. We are using css preprocessing because in order to isolate the panel styles, we are namespacing the panell styles with the id `#--re-frame-trace--`. +and the .less file will automatically compile to css on file changes. Don't edit the file within `src/day8/re_frame/css` directly, or it will be overwriten. We are using css preprocessing because in order to isolate the panel styles, we are namespacing the panel styles with the id `#--re-frame-trace--`.