Skip to content

Commit

Permalink
Update README with modern Clojure information
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Oct 25, 2024
1 parent e79fc02 commit a826a21
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ framework.

## Installation

To install, add the following to your project `:dependencies`:
Add the following dependency to your deps.edn file:

duct/server.http.jetty {:mvn/version "0.2.1"}

Or to your Leiningen project file:

[duct/server.http.jetty "0.2.1"]

Expand Down Expand Up @@ -40,7 +44,7 @@ implementation of the `duct.logger/Logger` protocol from the

## License

Copyright © 2020 James Reeves
Copyright © 2024 James Reeves

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.

0 comments on commit a826a21

Please sign in to comment.