Skip to content

Commit 27edb2e

Browse files
authored
Updates incorrect crate badge links
1 parent 676c044 commit 27edb2e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,18 @@ will also allow the subscriber to request changes to the state (for lane kinds t
1717
operate over a web-socket connection and are multiplexed, meaning that links to multiple lanes on the same
1818
host can share a single web-socket connection.
1919

20-
![SwimOS Crates.io Version](https://img.shields.io/crates/v/swimos?label=swimos) ![SwimOS Form Crates.io Version](https://img.shields.io/crates/v/swimos_form?label=swimos_form) ![SwimOS Client Crates.io Version](https://img.shields.io/crates/v/swimos_client?label=swimos_client)
20+
[![SwimOS Crates.io Version][swimos-badge]][swimos-crate]
21+
[![SwimOS Client Crates.io Version][swimos-client-badge]][swimos-client-crate]
22+
[![SwimOS Form Crates.io Version][swimos-form-badge]][swimos-form-crate]
23+
24+
[swimos-badge]: https://img.shields.io/crates/v/swimos?label=swimos
25+
[swimos-crate]: https://crates.io/crates/swimos
26+
27+
[swimos-form-badge]: https://img.shields.io/crates/v/swimos?label=swimos_form
28+
[swimos-form-crate]: https://crates.io/crates/swimos_form
29+
30+
[swimos-client-badge]: https://img.shields.io/crates/v/swimos?label=swimos_client
31+
[swimos-client-crate]: https://crates.io/crates/swimos_client
2132

2233
[Website](https://swimos.org/) | [Developer Guide](https://www.swimos.org/server/rust/developer-guide/) | [Server API Docs](https://docs.rs/swimos/latest/swimos/) | [Client API Docs](https://docs.rs/swimos_client/latest/swimos_client/)
2334

0 commit comments

Comments
 (0)