diff --git a/index.js b/index.js index 910d72f..0603463 100644 --- a/index.js +++ b/index.js @@ -69,7 +69,7 @@ function lookup(word, kind, callback) { function onbody(body) { var tree = processor.parse(body) - done(null, $.selectAll('main .k3_b', tree).map(each)) + done(null, $.selectAll('main .mz_b', tree).map(each)) } function done(err, results) {