From e3f5abeb9a244da0c3baff76044826dbd7575560 Mon Sep 17 00:00:00 2001 From: John Jacobsen Date: Tue, 2 Nov 2021 08:59:27 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a81b4045..dd099886 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ meta-data to the namespace declaration like so: Figwheel will not load or reload files that haven't been required by your application. If you want to force a file to be loaded when it -changes add the follwoing meta-data the namespace declaration of the file: +changes add the following meta-data the namespace declaration of the file: ```clojure (ns ^:figwheel-load example.core)