Skip to content

Commit e52b79b

Browse files
committed
Minor documention update
1 parent 256ab58 commit e52b79b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
[![TypeScript support](https://badgen.net/npm/types/middleware-if-unless)](https://www.npmjs.com/package/middleware-if-unless)
66
[![Github stars](https://img.shields.io/github/stars/BackendStack21/middleware-if-unless?style=flat)](https://github.com/BackendStack21/middleware-if-unless)
77

8-
<img src="logo.svg" width="400">
8+
<img src="docs/logo.svg" width="400">
99

1010
Invokes connect-like middleware if / unless routing criteria match.
11-
> Inspired by the [express-unless](https://www.npmjs.com/package/express-unless) module.
11+
> Inspired by the [express-unless](https://www.npmjs.com/package/express-unless) module. But a lot faster ;)
1212
1313
## Main features
1414
- Advanced routes matching capabilities. Uses [find-my-way](https://www.npmjs.com/package/find-my-way) or any compatible router to match the routes.

docs/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Introduction
2+
<img src="logo.svg" width="400">
3+
24
Invokes connect-like middleware if / unless routing criteria match.
3-
> Inspired by the [express-unless](https://www.npmjs.com/package/express-unless) module.
5+
> Inspired by the [express-unless](https://www.npmjs.com/package/express-unless) module. But a lot faster ;)
46
57
## Main features
68
- Advanced routes matching capabilities. Uses [find-my-way](https://www.npmjs.com/package/find-my-way) or any compatible router to match the routes.

logo.svg renamed to docs/logo.svg

File renamed without changes.

0 commit comments

Comments
 (0)