Fix anchor (per @wayneseymour, fixes #152)

master
Trent Mick 2014-08-25 00:24:25 -07:00
parent 2e1d85a3cb
commit fe1e25aea9
1 changed files with 1 additions and 1 deletions

View File

@ -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