From 7c779d04339485cf5c79f3c7668220529d8a5f14 Mon Sep 17 00:00:00 2001 From: kevin Date: Sat, 5 Sep 2020 19:18:15 +0800 Subject: [PATCH] fix readme typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a0c0cf09..cfc3c3ed 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ English | [简体中文](readme_zh-CN.md) ## 0. what is go-zero? -go-zero is a web and rpc framework that with lots of engineering practices builtin. It’s born to ensure the stabibility of the busy services with resilience design, and has been serving sites with tens of millions users for years. +go-zero is a web and rpc framework that with lots of engineering practices builtin. It’s born to ensure the stability of the busy services with resilience design, and has been serving sites with tens of millions users for years. go-zero contains simple API description syntax and code generation tool called `goctl`. You can generate Go, iOS, Android, Kotlin, Dart, TypeScript, JavaScript from .api files with `goctl`.