Skip to content

Commit a4d272d

Browse files
committed
docs: fix import path for flashy
1 parent 3f7829d commit a4d272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple and basic middleware for handling **flash messages** in Express with no a
77
```javascript
88
import express from "express";
99
import session from "express-session";
10-
import { flashy } from "flashy";
10+
import { flashy } from "./flashy.js";
1111

1212
app.use(
1313
session({

0 commit comments

Comments
 (0)