diff --git a/lib/index.js b/lib/index.js index c0ed871..f7fccca 100644 --- a/lib/index.js +++ b/lib/index.js @@ -13,7 +13,7 @@ const emptyOptions = {} const own = {}.hasOwnProperty /** - * Inspect a node, without color. + * Inspect a tree. * * @param {unknown} tree * Tree to inspect. diff --git a/readme.md b/readme.md index e4e9f88..2371300 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ There is no default export. ### `inspect(tree[, options])` -Inspect a tree, with color in Node, without color in browsers. +Inspect a tree. ###### Parameters