Skip to content

Commit

Permalink
Fix curl example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Jan 25, 2018
1 parent 192e856 commit 1e0f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -57,7 +57,7 @@ If using `curl` to connect to a Node.js HTTPS server using a
self-signed certificate, use the `-k` option:

```
curl -k https://localhost:4443
curl -k https://localhost:443
```

## API
Expand Down

0 comments on commit 1e0f516

Please sign in to comment.