From cd76ad6fcb7a0e79e82b78cafa5ac1b605261946 Mon Sep 17 00:00:00 2001 From: Rockford Wei Date: Mon, 13 Feb 2017 14:01:01 -0500 Subject: [PATCH] Fixing title --- README.zh_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.zh_CN.md b/README.zh_CN.md index d55ae76..383b984 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -1,4 +1,4 @@ -# PerfectTemplate [English](https://github.com/PerfectlySoft/PerfectTemplate) +# Perfect SPNEGO demo [English](https://github.com/PerfectlySoft/PerfectTemplate)

@@ -206,7 +206,7 @@ func handler(data: [String:Any]) throws -> RequestHandler { // 返回受保护的资源内容 response.appendBody(string: "Hello, world!Welcome, \(user)\n") - + }else { // 验证失败,有可能是DNS错误造成,请务必使用FQDN完全限制域名