Rename node-docs to node-doc

This commit is contained in:
Sorin Ionescu 2012-03-07 12:01:35 -05:00
commit 32f06949cb

View file

@ -0,0 +1,10 @@
#
# Opens the Node.js online API documentation in the default browser.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# TODO: Make the sections easier to use.
open "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}"