Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Aug 29, 2013
1 parent 799547c commit bd3df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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',
Expand Down

0 comments on commit bd3df23

Please sign in to comment.