From 656dc63beb76f9eee7df42fb6a7cf61d3fb72a39 Mon Sep 17 00:00:00 2001 From: krircc <718207002@qq.com> Date: Tue, 22 Oct 2019 10:30:05 +0800 Subject: [PATCH] change url and fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42550b..2e52918 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A curated list of examples related to actix. ## from community -* [OUISRC](http://ouisrc.xyz/) : Welcome to OUISRC, let us Gain more in exploration and interaction. +* [kriry.com](http://kriry.com/) : Explore-Interactive net. * [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-auth-server](https://github.com/actix/examples/tree/master/simple-auth-server) ## Contribute