From 1f6274a7a2abf9a6f1ed299c273cf7b050056a9e Mon Sep 17 00:00:00 2001 From: Eugene Sharygin Date: Wed, 23 Dec 2015 13:12:08 +0300 Subject: [PATCH] Fix description of unist-util-select --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0944d0b..4654eb9 100644 --- a/readme.md +++ b/readme.md @@ -82,7 +82,7 @@ A list of **VFile**-related utilities can be found at [**vfile**](https://github — `parent` references on nodes; * [`unist-util-select`](https://github.com/eush77/unist-util-select) - — Visit direct children of a parent; + — Select nodes with CSS-like selectors; * [`unist-util-visit`](https://github.com/wooorm/unist-util-visit) — Recursively walk over nodes;