Skip to content

Commit 03c91cf

Browse files
readme: update intro, fix whitespace
1 parent 565e990 commit 03c91cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝
1010
```
1111

12-
[Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config/) contains a `deps.edn` alias definitions for a wide range of community libraries and tools to that extend the features of Clojure CLI.
12+
[Practicalli Clojure CLI Config](https://github.com/practicalli/clojure-cli-config/) provides a user scope `deps.edn` file containing alias definitions for a wide range of community libraries and tools to that extend the features of Clojure CLI.
1313

1414
Aliases are qualified keywords using descriptive names to clearly convey purpose and provide a level of consistency to minimise cognitive load.
1515

@@ -144,7 +144,7 @@ See the rest of this readme for examples of how to use each alias this configura
144144

145145
How to run common tasks for Clojure development.
146146

147-
* Built-in: tasks provided by Clojure CLI
147+
* Built-in: tasks provided by Clojure CLI
148148
* Practicalli: aliases provided by Practicalli Clojure CLI Config
149149

150150
| Task | Command | Configuration |
@@ -668,10 +668,10 @@ Clojure libraries are packaged as Java Archive (JAR) files and distributed by Ma
668668
"clojars" {:url "https://repo.clojars.org/"}}
669669
```
670670

671-
`central` and `clojars` repos can be removed by setting their configuration to `nil` in the user or project `deps.edn` configuration.
671+
`central` and `clojars` repos can be removed by setting their configuration to `nil` in the user or project `deps.edn` configuration.
672672

673673
```clojure
674-
`:mvn/repos
674+
`:mvn/repos
675675
{"central" nil
676676
"clojars" nil}
677677
```

0 commit comments

Comments
 (0)