We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7829d commit a4d272dCopy full SHA for a4d272d
README.md
@@ -7,7 +7,7 @@ Simple and basic middleware for handling **flash messages** in Express with no a
7
```javascript
8
import express from "express";
9
import session from "express-session";
10
-import { flashy } from "flashy";
+import { flashy } from "./flashy.js";
11
12
app.use(
13
session({
0 commit comments