Skip to content

Commit a635d08

Browse files
committed
README: Reorder sections
skip-changelog: readme. Signed-off-by: Maxime “pep” Buquet <[email protected]>
1 parent 6fa9b83 commit a635d08

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

README.md

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
xmpp-rs
2-
=======
1+
# xmpp-rs
32

4-
What's this?
5-
------------
3+
## What's this?
64

75
A set of rust XMPP libraries with the goals of being type-safe and well-tested.
86

@@ -15,29 +13,30 @@ A set of rust XMPP libraries with the goals of being type-safe and well-tested.
1513
- `sasl` handles the SASL protocol.
1614
- `xso` and `xso-proc` provide the procedural macros powering `xmpp-parsers`.
1715

18-
Contact
19-
-------
16+
## Community
2017

2118
There is an XMPP MUC for the discussion of these libraries, feel free to join! :)
2219

2320
2421

25-
Community
26-
---------
27-
2822
A Code of Conduct is available as
2923
[CODE\_OF\_CONDUCT.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CODE_OF_CONDUCT.md)
3024
in the repository for the well-being of the community. Please refer to it in
3125
case of a possible conflict in any of the xmpp-rs venues (channel, forge,
3226
etc.).
3327

34-
License
35-
-------
28+
### Contributing
29+
30+
Thank you for your interest in the project!
31+
32+
Contributing rules are available as
33+
[CONTRIBUTING.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md) in the repository.
34+
35+
## License
3636

3737
Mozilla Public License 2 (MPL2). See the LICENSE file.
3838

39-
Building
40-
--------
39+
## Building
4140

4241
Dependencies should be provided by crates if you use the default features. If
4342
you use tokio-xmpp's `tls-native` feature you will need an ssl library
@@ -48,11 +47,3 @@ cargo build
4847
```
4948

5049
The various features available should be explained in the crates themselves.
51-
52-
Contributing
53-
------------
54-
55-
Thank you for your interest in the project!
56-
57-
Contributing rules are available as
58-
[CONTRIBUTING.md](https://gitlab.com/xmpp-rs/xmpp-rs/-/raw/main/CONTRIBUTING.md) in the repository.

0 commit comments

Comments
 (0)