Skip to content

Commit

Permalink
Merge pull request #137 from vigneshshanmugam/master
Browse files Browse the repository at this point in the history
Fix URL scheme in README
  • Loading branch information
nwgh committed Aug 11, 2015
2 parents 80df406 + c72de85 commit 49b4bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $ HTTP2_LOG=info node ./example/server.js
```

```bash
$ HTTP2_LOG=info node ./example/client.js 'http://localhost:8080/server.js' >/dev/null
$ HTTP2_LOG=info node ./example/client.js 'https://localhost:8080/server.js' >/dev/null
```

Contributors
Expand Down

0 comments on commit 49b4bb4

Please sign in to comment.