From 594e17b1daf559fbb289abeba1f20988b390825d Mon Sep 17 00:00:00 2001 From: goldycode <52384341+goldycode@users.noreply.github.com> Date: Sun, 1 Nov 2020 10:53:40 -0500 Subject: [PATCH] fix typo "The two are bought together" "The two are b[r]ought together" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17c162..427e043 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ git push heroku master ## How to Add Dependencies -Your new application is built by a tool chain which combines [shadow-cljs](http://shadow-cljs.org/) (a modern CLJS compiler) and [Leiningen](https://leiningen.org/) (a traditional Clojure build tool). The two are bought together via a Leiningen plugin called [Lien-shadow](https://gitlab.com/nikperic/lein-shadow). +Your new application is built by a tool chain which combines [shadow-cljs](http://shadow-cljs.org/) (a modern CLJS compiler) and [Leiningen](https://leiningen.org/) (a traditional Clojure build tool). The two are brought together via a Leiningen plugin called [Lien-shadow](https://gitlab.com/nikperic/lein-shadow). There are three files of interest: - `project.clj` - edit this file if you want to add Clojure and ClojureScript dependency as [you would for a normal