File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ make later sections easier to follow.
4646
4747=== Project Setup
4848
49- This section will cover setting up a new Duct project. You'll first need
50- to ensure that the
51- https://clojure.org/guides/install_clojure[Clojure CLI is installed] .
49+ We'll begin by setting up a new Duct project. You'll first need to
50+ ensure that the
51+ https://clojure.org/guides/install_clojure[Clojure CLI] is installed.
5252You can check this by running the `clojure` command.
5353
5454[,shell]
@@ -69,7 +69,7 @@ The Clojure CLI looks for a file called `deps.edn`. To use Duct, we need
6969to add the https://github.com/duct-framework/main[Duct Main] tool as a
7070dependency, and setup an alias to execute it.
7171
72- A basic `deps.edn` file can be downloaded using curl.
72+ A minimal `deps.edn` file for Duct can be downloaded using curl.
7373
7474[,shell]
7575----
You can’t perform that action at this time.
0 commit comments