Skip to content

Commit

Permalink
Correct typo (#460)
Browse files Browse the repository at this point in the history
Corrected "serivce" to "service" in the README.md file.
Corrected "offical" to "official" in the README.md file.
  • Loading branch information
fadkeabhi authored Oct 18, 2023
1 parent b5d5b87 commit edba893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Salvo is an extremely simple and powerful Rust web backend framework. Only basic
- Support WebSocket, WebTransport;
- Support OpenAPI, generate OpenAPI data automatic;
- Support Acme, automatically get TLS certificate from [let's encrypt](https://letsencrypt.org/).
- Support Tower serivce and layer.
- Support Tower service and layer.

## ⚡️ Quick Start
You can view samples [here](https://github.com/salvo-rs/salvo/tree/main/examples), or view [offical website](https://salvo.rs).
You can view samples [here](https://github.com/salvo-rs/salvo/tree/main/examples), or view [official website](https://salvo.rs).

### Hello World with ACME and HTTP3

Expand Down

0 comments on commit edba893

Please sign in to comment.