Skip to content

Commit 65d4af8

Browse files
committed
chore: make deps examples generic
1 parent 41749e3 commit 65d4af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add this to your `deps.edn`:
2727

2828
```clj
2929
{:deps
30-
{com.moclojer/components {:mvn/version "0.0.5"}}}
30+
{com.moclojer/components {:mvn/version "0.x.x"}}}
3131

3232
```
3333

@@ -38,5 +38,5 @@ Add this to your `deps.edn`:
3838
```clj
3939
{:deps
4040
{com.moclojer/components {:git/url "https://github.com/moclojer/components.git"
41-
:git/sha "75f24ccf8cf223f3654cbece73695dba9eacd8c3"}}}
41+
:git/sha "<commit sha>"}}}
4242
```

0 commit comments

Comments
 (0)