Skip to content

Commit 8955193

Browse files
committed
Try new readme sections
1 parent 33272d5 commit 8955193

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cli
22

33
<!-- badges -->
4-
[![cljdoc badge](https://cljdoc.org/badge/com.lambdaisland/cli)](https://cljdoc.org/d/com.lambdaisland/cli) [![Clojars Project](https://img.shields.io/clojars/v/com.lambdaisland/cli.svg)](https://clojars.org/com.lambdaisland/cli)
4+
[![cljdoc badge](https://cljdoc.org/badge/com.lambdaisland/cli)](https://cljdoc.org/d/com.lambdaisland/cli) [![Clojars Project](https://img.shields.io/clojars/v/com.lambdaisland/cli.svg)](https://clojars.org/com.lambdaisland/cli) ![](https://img.shields.io/clojars/dt/com.lambdaisland%2Fcli?style=flat-square)
55
<!-- /badges -->
66

77
Command line parser with good subcommand and help handling
@@ -13,13 +13,13 @@ Command line parser with good subcommand and help handling
1313

1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

16-
```
16+
```clj
1717
com.lambdaisland/cli {:mvn/version "1.25.107"}
1818
```
1919

2020
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2121

22-
```
22+
```clj
2323
[com.lambdaisland/cli "1.25.107"]
2424
```
2525
<!-- /installation -->
@@ -720,7 +720,7 @@ line with the project's goals.
720720
<!-- license -->
721721
## License
722722

723-
Copyright &copy; 2024 Arne Brasseur and Contributors
723+
Copyright &copy; 2024-2025 Arne Brasseur and Contributors
724724

725725
Licensed under the term of the Mozilla Public License 2.0, see LICENSE.
726-
<!-- /license -->
726+
<!-- /license -->

0 commit comments

Comments
 (0)