Skip to content

Commit

Permalink
readme: latest release alias library specification
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent 0d11ca4 commit e677293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Templates provide
[![Latest Release](https://img.shields.io/github/v/release/practicalli/project-templates?display_name=tag)](https://github.com/practicalli/project-templates/releases)

```clojure
io.github.practicalli/project-templates {:git/tag "2024-07-07" :git/sha "0d842f4"}
io.github.practicalli/project-templates {:git/tag "2024-09-09" :git/sha "0d11ca4"}
```

### Add alias
Expand All @@ -36,9 +36,9 @@ The `project/create` alias definition combines [seancorfield/deps-new](https://g
```clojure
:project/create
{:replace-deps {io.github.seancorfield/deps-new
{:git/tag "v0.7.1" :git/sha "c1e42aa"}
{:git/tag "v0.8.0" :git/sha "2f96530"}
io.github.practicalli/project-templates
{:git/tag "2024-07-07" :git/sha "0d842f4"}}
{:git/tag "2024-09-09" :git/sha "0d11ca4"}}
:exec-fn org.corfield.new/create
:exec-args {:template practicalli/application
:name practicalli/playground}}
Expand Down

0 comments on commit e677293

Please sign in to comment.