docs: Fix local CLI path (#438)
This commit is contained in:
parent
604ff1e88b
commit
7300a18583
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ pretty-printing bunyan logs** and for **filtering** (e.g.
|
||||||
`| bunyan -c 'this.foo == "bar"'`). Using our example above:
|
`| bunyan -c 'this.foo == "bar"'`). Using our example above:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ node hi.js | ./bin/bunyan
|
$ node hi.js | ./node_modules/.bin/bunyan
|
||||||
[2013-01-04T19:01:18.241Z] INFO: myapp/40208 on banana.local: hi
|
[2013-01-04T19:01:18.241Z] INFO: myapp/40208 on banana.local: hi
|
||||||
[2013-01-04T19:01:18.242Z] WARN: myapp/40208 on banana.local: au revoir (lang=fr)
|
[2013-01-04T19:01:18.242Z] WARN: myapp/40208 on banana.local: au revoir (lang=fr)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue