felixge / nodeguide.com

My unofficial and opinionated guide to node.js.
http://nodeguide.com/
370 stars 43 forks source link

Wrong function on 'A hello world http server' #1

Closed Havoc24k closed 13 years ago

Havoc24k commented 13 years ago

On the first HTTP server example the function 'sendHead()' i guess it should be 'writeHead()'.

felixge commented 13 years ago

Thanks. Fixed in c91072e9d7ff04563504489771b965f976709afa.