diff --git a/README.md b/README.md index ff6b021..48e5228 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 7 days golang apps from scratch +# 7 days golang programs from scratch
README 中文版本 @@ -78,7 +78,7 @@ GeeRPC 是基于 Go 语言标准库 `net/rpc` 实现的,添加了协议交换
-What can I write in 7 days? A gin-like web framework? A distributed cache like groupcache? Or a simple Python interpreter? Hope this repo can give you the answer. +What can be accomplished in 7 days? A gin-like web framework? A distributed cache like groupcache? Or a simple Python interpreter? Hope this repo can give you the answer. ## Web Framework - Gee @@ -137,4 +137,4 @@ Based on golang standard library `net/rpc`, GeeRPC implements more features. eg, - Demo 1 - Hello World [Code](demo-wasm/hello-world) - Demo 2 - Register Functions [Code](demo-wasm/register-functions) - Demo 3 - Manipulate DOM [Code](demo-wasm/manipulate-dom) -- Demo 4 - Callback [Code](demo-wasm/callback) \ No newline at end of file +- Demo 4 - Callback [Code](demo-wasm/callback)