From b6c7f880409f9c2d428c0976537f39aa1f26ba93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 11 Aug 2018 13:11:29 +0200 Subject: [PATCH] Updated the documentation --- doc/usage/api.md | 4 ++-- doc/usage/cli.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/usage/api.md b/doc/usage/api.md index 07f0888..1cd79bb 100644 --- a/doc/usage/api.md +++ b/doc/usage/api.md @@ -1,5 +1,5 @@ -path: blob/master/src -source: which.ts +path: blob/master +source: src/which.ts # Application programming interface This package provides a single function, `which()`, allowing to locate a command in the system path: diff --git a/doc/usage/cli.md b/doc/usage/cli.md index 054d29c..c40412c 100644 --- a/doc/usage/cli.md +++ b/doc/usage/cli.md @@ -1,3 +1,6 @@ +path: blob/master +source: bin/which.js + # Command line interface From a command prompt, install the `which` executable: