Skip to content

Commit

Permalink
README.md: change the title apps to programs
Browse files Browse the repository at this point in the history
  • Loading branch information
geektutu authored Oct 18, 2020
1 parent fb09f12 commit b1a00a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 7 days golang apps from scratch
# 7 days golang programs from scratch

<details>
<summary><strong>README 中文版本</strong></summary>
Expand Down Expand Up @@ -78,7 +78,7 @@ GeeRPC 是基于 Go 语言标准库 `net/rpc` 实现的,添加了协议交换
</div>
</details>

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

Expand Down Expand Up @@ -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)
- Demo 4 - Callback [Code](demo-wasm/callback)

0 comments on commit b1a00a5

Please sign in to comment.