From fe1e25aea9b91c45d945a8ba57e352eda70e6175 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Mon, 25 Aug 2014 00:24:25 -0700 Subject: [PATCH] Fix anchor (per @wayneseymour, fixes #152) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebed44..5c0b8f8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ facilities in node 0.12 to which bunyan can switch. [`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](#dtrace-support) +- [Runtime log snooping via Dtrace support](#runtime-log-snooping-via-dtrace) # Introduction