Skip to content

Commit 844f379

Browse files
committed
Doc: README fixes
Doc: Fixed the clojars badges Doc: removed git deps Fix: licence badge
1 parent c5e2624 commit 844f379

1 file changed

Lines changed: 8 additions & 50 deletions

File tree

README.md

Lines changed: 8 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -22,55 +22,13 @@ If you want to roll your own adapter implementation, see
2222

2323
To your `deps.edn` file you can add the following coordinates:
2424

25-
| library | deps coordinate |
26-
| ------------- | ---------------------------------------------------------------------------------------------------------------------------- |
27-
| SDK | [![](https://clojars.org/dev.data-star.clojure/latest-version.svg)](https://clojars.org/dev.data-star.clojure/sdk) |
28-
| http-kit | [![](https://clojars.org/dev.data-star.clojure/latest-version.svg)](https://clojars.org/dev.data-star.clojure/http-kit) |
29-
| ring | [![](https://clojars.org/dev.data-star.clojure/latest-version.svg)](https://clojars.org/dev.data-star.clojure/ring) |
30-
| brotli | [![](https://clojars.org/dev.data-star.clojure/latest-version.svg)](https://clojars.org/dev.data-star.clojure/brotli) |
31-
| malli-schemas | [![](https://clojars.org/dev.data-star.clojure/latest-version.svg)](https://clojars.org/dev.data-star.clojure/malli-schemas) |
32-
33-
Or via git deps:
34-
35-
- SDK
36-
37-
```clojure
38-
datastar/sdk {:git/url "https://github.com/starfederation/datastar-clojure"
39-
:git/sha "LATEST_SHA"
40-
:deps/root "sdk/"}}
41-
```
42-
43-
- http-kit
44-
45-
```clojure
46-
datastar/http-kit {:git/url "https://github.com/starfederation/datastar-clojure"
47-
:git/sha "LATEST_SHA"
48-
:deps/root "sdk-adapter-http-kit/"}}
49-
```
50-
51-
- ring
52-
53-
```clojure
54-
datastar/ring {:git/url "https://github.com/starfederation/datastar-clojure"
55-
:git/sha "LATEST_SHA"
56-
:deps/root "sdk-adapter-ring/"}}
57-
```
58-
59-
- brotli
60-
61-
```clojure
62-
datastar/brotli {:git/url "https://github.com/starfederation/datastar-clojure"
63-
:git/sha "LATEST_SHA"
64-
:deps/root "sdk-brotli/"}}
65-
```
66-
67-
- malli-schemas
68-
69-
```clojure
70-
datastar/malli-schemas {:git/url "https://github.com/starfederation/datastar-clojure"
71-
:git/sha "LATEST_SHA"
72-
:deps/root "sdk-malli-schemas/"}}
73-
```
25+
| library | deps coordinate |
26+
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
27+
| SDK | [![Clojars Project](https://img.shields.io/clojars/v/dev.data-star.clojure/sdk.svg)](https://clojars.org/dev.data-star.clojure/sdk) |
28+
| http-kit | [![Clojars Project](https://img.shields.io/clojars/v/dev.data-star.clojure/http-kit.svg)](https://clojars.org/dev.data-star.clojure/http-kit) |
29+
| ring | [![Clojars Project](https://img.shields.io/clojars/v/dev.data-star.clojure/ring.svg)](https://clojars.org/dev.data-star.clojure/ring) |
30+
| brotli | [![Clojars Project](https://img.shields.io/clojars/v/dev.data-star.clojure/brotli.svg)](https://clojars.org/dev.data-star.clojure/brotli) |
31+
| malli-schemas | [![Clojars Project](https://img.shields.io/clojars/v/dev.data-star.clojure/malli-schemas.svg)](https://clojars.org/dev.data-star.clojure/malli-schemas) |
7432

7533
Notes:
7634

@@ -201,4 +159,4 @@ There must be some buffering happening independent of our implementation.
201159

202160
## License
203161

204-
[![License](https://img.shields.io/github/license/starfederation/datastar)](https://github.com/starfederation/datastar/blob/main/LICENSE)
162+
[![License](https://img.shields.io/github/license/starfederation/datastar)](https://github.com/starfederation/datastar/blob/main/LICENSE.md)

0 commit comments

Comments
 (0)