From 4152a005bb2c9158b118f307199d57e45c961640 Mon Sep 17 00:00:00 2001 From: comerc Date: Wed, 2 Jan 2019 16:29:17 +0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ba4ab8..72151161 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A curated list of examples related to actix. ](https://github.com/rustlang-cn/Rust-webapp-starter) : Rust single page webapp written in actix-web with vuejs. * [Rust中文社区](http://ruster.xyz/) : A CN online community written in Actix-web with vuejs [source](https://github.com/rustlang-cn/ruster). * [Roseline](https://github.com/DoumanAsh/roseline.rs) : A personal web site and discord & IRC bot to access simple SQLite database. Demonstrates usage of various actix and actix-web concepts. -* [Actix Auth Server](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-aouth-server](https://github.com/actix/examples/tree/master/simple-auth-server) +* [Actix Auth Server](https://hgill.io/posts/auth-microservice-rust-actix-web-diesel-complete-tutorial-part-1/) : Auth web micro-service with rust using actix-web - complete tutorial. See code in [examples/simple-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server) ## Contribute Welcome to contribute !