Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
"The two are bought together"
"The two are b[r]ought together"
  • Loading branch information
goldycode authored and mike-thompson-day8 committed Nov 1, 2020
1 parent c279281 commit 594e17b
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 @@ -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
Expand Down

0 comments on commit 594e17b

Please sign in to comment.