Skip to content

Commit 648928e

Browse files
curbenghdanez
authored andcommitted
docs(readme): fix relative link
1 parent 062b574 commit 648928e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
3131
- More complete support for the Bash 4.3 specification than minimatch and multimatch. Micromatch passes _all of the spec tests_ from bash, including some that bash still fails.
3232
- **Fast & Performant** - Loads in about 5ms and performs [fast matches](#benchmarks).
3333
- **Glob matching** - Using wildcards (`*` and `?`), globstars (`**`) for nested directories
34-
- **[Advanced globbing](#advanced-globbing)** - Supports [extglobs](#extglobs), [braces](#braces), and [POSIX brackets](#posix-bracket-expressions), and support for escaping special characters with `\` or quotes.
34+
- **[Advanced globbing](#extended-globbing)** - Supports [extglobs](#extglobs), [braces](#braces-1), and [POSIX brackets](#posix-bracket-expressions), and support for escaping special characters with `\` or quotes.
3535
- **Accurate** - Covers more scenarios [than minimatch](https://github.com/yarnpkg/yarn/pull/3339)
3636
- **Well tested** - More than 5,000 [test assertions](./test)
3737
- **Windows support** - More reliable windows support than minimatch and multimatch.

0 commit comments

Comments
 (0)