Skip to content

Commit 594e17b

Browse files
goldycodemike-thompson-day8
authored andcommitted
fix typo
"The two are bought together" "The two are b[r]ought together"
1 parent c279281 commit 594e17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ git push heroku master
231231

232232
## How to Add Dependencies
233233

234-
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).
234+
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).
235235

236236
There are three files of interest:
237237
- `project.clj` - edit this file if you want to add Clojure and ClojureScript dependency as [you would for a normal

0 commit comments

Comments
 (0)