From bd3df23be5fadf2b266e88f54f33c0e7dd38e187 Mon Sep 17 00:00:00 2001 From: Tomasz Janczuk Date: Wed, 28 Aug 2013 17:03:28 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2901b0d..4d17274 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ If the client certificate is trusted, `req.client.authorized` is *true*. Otherwi Whenever the client presented an X.509 certificate (even one that failed validation), the `req.client.getPeerCertificate()` will return an object describing some key properties of the certificate, e.g.: -```json +```text { subject: 'CN=localhost', issuer: 'CN=localhost',