diff --git a/README.md b/README.md index 3159525..3108fd3 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,12 @@ func registerServants(e *gin.Engine) { * [examples](examples) Just a simple exmples project for explain how to use [Mir](https://github.com/alimy/mir). + * [Mirage-幻影](https://github.com/alimy/mirage) + Just a full web feature examples project for explain how to use [Mir](https://github.com/alimy/mir). + + * [Hori](https://github.com/alimy/hori) + An alternative Rust crate registry, implemented in Golang. + * [mir-covid19](https://github.com/alimy/mir-covid19) COVID-19 Live Updates of Tencent Health is developed to track the live updates of COVID-19, including the global pandemic trends, domestic live updates, and overseas live updates. This project is just a go version of [TH_COVID19_International](https://github.com/Tencent/TH_COVID19_International) for a guide of how to use [Mir](https://github.com/alimy/mir) to develop web application.