1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-31 09:29:24 +00:00

Rename node-docs to node-doc

This commit is contained in:
Sorin Ionescu
2012-03-07 12:01:35 -05:00
parent 9c36a5e626
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}"