diff --git a/project.clj b/project.clj index ba36770..0964836 100644 --- a/project.clj +++ b/project.clj @@ -33,7 +33,8 @@ :output-dir "target/classes/public/js/chat-demo" :optimizations :none :source-map true}}]} - :repl-options {:init-ns user + :repl-options {:timeout 120000 + :init-ns user :init (start) :welcome (do (println "Welcome to the core.async tutorial!") diff --git a/resources/templates/index.html b/resources/templates/index.html index dcb3cef..a66c904 100644 --- a/resources/templates/index.html +++ b/resources/templates/index.html @@ -31,7 +31,7 @@

Welcome

Requirements

- In order to complete this course, you will need this following: + In order to complete this course, you will need the following: