From cb59b7e7c67730ae5f16ff27b2e58baa243f375f Mon Sep 17 00:00:00 2001 From: Hakase Date: Mon, 8 Oct 2018 09:54:44 +0900 Subject: [PATCH] Fix typo. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3be9e36..024be0b 100644 --- a/README.md +++ b/README.md @@ -124,10 +124,8 @@ Run it from the nginx directory. This is a condition for using strict sni. [View issue.](https://github.com/hakasenyang/openssl-patch/issues/7#issuecomment-427664716) -- Strict SNI requires at least two ssl server (fake) settings (se -rver { listen 443 ssl }). -- It does not matter what kind of certificate or duplicate -. +- Strict SNI requires at least two ssl server (fake) settings (server { listen 443 ssl }). +- It does not matter what kind of certificate or duplicate. Thanks [@JemmyLoveJenny](https://github.com/hakasenyang/openssl-patch/issues/1#issuecomment-427040319)!