From ecb3821ffeb9c6cece7d4c07d0002e5b0c906bbb Mon Sep 17 00:00:00 2001 From: BenShiue Date: Thu, 1 Dec 2016 14:29:26 +0800 Subject: [PATCH] update --- chapter08/{2-template.jade => 2-template.md} | 0 chapter10/README.md | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) rename chapter08/{2-template.jade => 2-template.md} (100%) diff --git a/chapter08/2-template.jade b/chapter08/2-template.md similarity index 100% rename from chapter08/2-template.jade rename to chapter08/2-template.md diff --git a/chapter10/README.md b/chapter10/README.md index caed3ee..1d68854 100644 --- a/chapter10/README.md +++ b/chapter10/README.md @@ -2,11 +2,11 @@ ## 開始閱讀 - * [10.1 服務導向架構](1-middleware.md) - * [10.2 關於 SOA 與 3-Tier 架構](2-use.md) - * [10.3 Presenetation 在 Client 端](3-use-middleware.md) - * [10.4 Express.js 與 REST API](3-use-middleware.md) - * [10.5 Node.js Chat Client](3-use-middleware.md) + * [10.1 服務導向架構](1-service.md) + * [10.2 關於 SOA 與 3-Tier 架構](2-soa.md) + * [10.3 Presenetation 在 Client 端](3-presentation.md) + * [10.4 Express.js 與 REST API](4-rest-api.md) + * [10.5 Node.js Chat Client](5-chat-client.md) ## 本章小結