Fix some typos in the README

next
Vadim Zeitlin 2021-05-27 23:14:32 +02:00
parent 25b1cd2683
commit 6af942814f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Yes! Just open a Matrix client (<https://app.element.io> or Element Android for
example) and register on the `https://conduit.koesters.xyz` homeserver.
#### What is it build on?
#### What is it built on?
- [Ruma](https://www.ruma.io): Useful structures for endpoint requests and
responses that can be (de)serialized
@ -56,7 +56,7 @@ If you want to connect an Appservice to Conduit, take a look at the [Appservice
If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](CROSS_COMPILE.md).
##### Deloy using a Debian package
##### Deploy using a Debian package
You need to have the `deb` helper command installed that creates Debian packages from Cargo projects (see [cargo-deb](https://github.com/mmstick/cargo-deb/) for more info):