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