From c6a862a7e982bdf9ace8324d8118eb25d1700d4a Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 14 Mar 2023 16:25:32 -0700 Subject: [PATCH] little readme tweaks --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 353c5951..bc7fabc4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The most correct and second fastest glob implementation in JavaScript. (See **Comparison to Other JavaScript Glob Implementations** at the bottom of this readme.) -![a fun cartoon logo made of glob characters](logo/glob.png) +![a fun cartoon logo made of glob characters](https://github.com/isaacs/node-glob/raw/main/logo/glob.png) ## Usage @@ -16,6 +16,9 @@ Install with npm npm i glob ``` +**Note** the npm package name is _not_ `node-glob` that's a +different thing that was abandoned years ago. Just `glob`. + ```js // load using import import { glob, globSync, globStream, globStreamSync, Glob } from 'glob' @@ -784,7 +787,7 @@ that are extremely dated by current JavaScript standards. returns results and `fast-glob` doesn't, it's even faster, of course. -![](oh-my-glob.gif) +![lumpy space princess saying 'oh my GLOB'](https://github.com/isaacs/node-glob/raw/main/oh-my-glob.gif) ### Benchmark Results