Skip to content

Commit c6a862a

Browse files
committed
little readme tweaks
1 parent db4504c commit c6a862a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The most correct and second fastest glob implementation in
66
JavaScript. (See **Comparison to Other JavaScript Glob
77
Implementations** at the bottom of this readme.)
88

9-
![a fun cartoon logo made of glob characters](logo/glob.png)
9+
![a fun cartoon logo made of glob characters](https://github.com/isaacs/node-glob/raw/main/logo/glob.png)
1010

1111
## Usage
1212

@@ -16,6 +16,9 @@ Install with npm
1616
npm i glob
1717
```
1818

19+
**Note** the npm package name is _not_ `node-glob` that's a
20+
different thing that was abandoned years ago. Just `glob`.
21+
1922
```js
2023
// load using import
2124
import { glob, globSync, globStream, globStreamSync, Glob } from 'glob'
@@ -784,7 +787,7 @@ that are extremely dated by current JavaScript standards.
784787
returns results and `fast-glob` doesn't, it's even faster, of
785788
course.</small>
786789

787-
![](oh-my-glob.gif)
790+
![lumpy space princess saying 'oh my GLOB'](https://github.com/isaacs/node-glob/raw/main/oh-my-glob.gif)
788791

789792
### Benchmark Results
790793

0 commit comments

Comments
 (0)