Skip to content

Commit 1df487e

Browse files
authored
Add Discord badge with invite link
1 parent 7c3d02d commit 1df487e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<div>
55
<a href="https://crates.io/crates/s2energy"><img src="https://img.shields.io/crates/v/s2energy" /></a>
66
<a href="https://docs.rs/s2energy"><img src="https://img.shields.io/docsrs/s2energy" /></a>
7+
<a href="https://discord.com/invite/NyFMEPmuDw"><img src="https://img.shields.io/discord/1351281839913832510"></a>
78
</div>
89
</div>
910
<br />
@@ -19,4 +20,4 @@ This crate provides Rust types for all types specified by S2. It also provides u
1920
JSON over WebSockets is a common and recommended way to implement S2, but you're free to choose a different format and communication protocol. In that case, the types in this crate should still be useful but you may wish to disable the `websockets-json` feature.
2021

2122
## Documentation
22-
You can find the crate documentation at [docs.rs](https://docs.rs/s2energy). The crate documentation assumes that you are familiar with S2; if this is not the case, it may be useful to refer to [the S2 documentation website](https://docs.s2standard.org/docs/welcome/). That documentation explains S2 concepts in more detail, and contains a reference of all messages and types in the S2 specification.
23+
You can find the crate documentation at [docs.rs](https://docs.rs/s2energy). The crate documentation assumes that you are familiar with S2; if this is not the case, it may be useful to refer to [the S2 documentation website](https://docs.s2standard.org/docs/welcome/). That documentation explains S2 concepts in more detail, and contains a reference of all messages and types in the S2 specification.

0 commit comments

Comments
 (0)