From f299ac98f2b00b626ee1759644658b20fee85b21 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 10 Feb 2016 23:05:46 -0800 Subject: [PATCH] some readme tweaks --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d51b71e..d15ff1e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ node.js library usage of bunyan in your apps. [`src: true`](#src) - lightweight specialization of Logger instances with [`log.child`](#logchild) - custom rendering of logged objects with ["serializers"](#serializers) -- [Runtime log snooping via Dtrace support](#runtime-log-snooping-via-dtrace) +- [Runtime log snooping via DTrace support](#runtime-log-snooping-via-dtrace) - Support for [browserify](http://browserify.org/). See [Browserify section](#browserify) below. @@ -918,12 +918,9 @@ place to start.) # Runtime log snooping via DTrace -**Note**: To use Bunyan's DTrace facilities you need to manually install -the "dtrace-provider" lib separately via `npm install dtrace-provider`. - -On systems that support DTrace (e.g., MacOS, FreeBSD, illumos derivatives -like SmartOS and OmniOS), Bunyan will create a DTrace provider (`bunyan`) -that makes available the following probes: +On systems that support DTrace (e.g., illumos derivatives like SmartOS and +OmniOS, FreeBSD, Mac), Bunyan will create a DTrace provider (`bunyan`) that +makes available the following probes: ```sh log-trace