Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fixes #405
  • Loading branch information
kimo-k committed Aug 12, 2023
1 parent 2b4bc41 commit 5d74e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ If you are using leiningen, modify `project.clj` in the following ways. When puz

### IMPORTANT PREREQUISITES

* You **must** have a [`:main`](https://clojurescript.org/reference/compiler-options#main) specified in your `:compiler` config or a `:module` (shadow-cljs) for the `:preloads` and `:closure-defines` to take effect
* You **must** have a [`:main`](https://clojurescript.org/reference/compiler-options#main) specified in your `:compiler` config or an entry in `:modules` (shadow-cljs) for the `:preloads` and `:closure-defines` to take effect
* You **must** be running with the Closure define `goog.DEBUG` as `true`. This is the default under `:optimizations :none`.
* You **must** be using `:optimizations :none`.
* You **should** be using re-frame 1.2.0 or later. Earlier versions may work, but are not supported.
Expand Down

0 comments on commit 5d74e1b

Please # to comment.