curl "readme.md" -v
* About to connect() to readme.md port 80 (#0)
* Trying 216.146.46.11...
* Connected to readme.md (216.146.46.11) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.29.0
> Host: readme.md
> Accept: /
>
< HTTP/1.1 302 Moved Temporarily
< Server: nginx/1.6.2
< Date: Thu, 14 Jan 2016 15:24:33 GMT
< Content-Type: text/html
< Content-Length: 160
< Connection: keep-alive
< Location: http://github.com/echonest/pyechonest/blob/master/README.md
<
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.6.2</center>
</body>
</html>
* Connection #0 to host readme.md left intact
this is weird.