hpack
hpack copied to clipboard
Update links referring to master branch in README
While attempting to install hpack from the link referred to in the README:
$ curl -sSL https://github.com/sol/hpack/raw/master/get-hpack.sh | bash
bash: line 6: syntax error near unexpected token `newline'
bash: line 6: `<!DOCTYPE html>'
curl: (23) Failed writing body (103 != 1370)
So, I figured I'd just do a quick string replace and submit a PR. It's just a quick edit and I haven't done any of the usual prerequisite legwork like checking to see if this duplicates work in an existing PR or anything, so feel free to completely disregard this PR and close it if it's not helpful ;)