From d0c1f6a6c9a06da2be42220a40cd1803b4c8becc Mon Sep 17 00:00:00 2001 From: dolphinsue319 Date: Wed, 16 Nov 2016 09:18:09 +0800 Subject: [PATCH] Update Jay's description. --- README-Chinese-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-Chinese-zh.md b/README-Chinese-zh.md index cf974183..3a4a702e 100644 --- a/README-Chinese-zh.md +++ b/README-Chinese-zh.md @@ -27,7 +27,7 @@ Vapor 是一個在 Swift 上很受歡迎的 Web framework。它提供了清楚 - WebSockets: 在一個 TCB 連線中進行雙向的溝通管道。 - SMTP: 透過 Sendgrid 及 Gmail 發送郵件。 - [Leaf](https://github.com/vapor/leaf): 一種可擴張的樣本語言(extensible templating language)。(譯註: 這可以用來建立使用者介面。) -- [JSON](https://github.com/vapor/json): 將 [Jay](https://github.com/dantoml/jay) 將 JSON 物件生成對應的 Vapor types 的工具。 +- [JSON](https://github.com/vapor/json): 用 [Jay JSON]((https://github.com/dantoml/jay)) 解析工具產生Vapor物件。 - [Console](https://github.com/vapor/console): 用來處理 console 的輸入、輸出及指令的 Swift 工具。 - [TLS](https://github.com/vapor/tls): 用來處理 CLibreSSL 的新型 TLS 的 Swift 工具。 - [Crypto](https://github.com/vapor/crypto): 在 LibreSSL 及 Swift 上進行加密的工具。