Skip to content

Commit

Permalink
little readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 14, 2023
1 parent db4504c commit c6a862a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -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

Expand All @@ -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'
Expand Down Expand Up @@ -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.</small>

![](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

Expand Down

0 comments on commit c6a862a

Please sign in to comment.