Skip to content

Commit 9e812bf

Browse files
committed
fix readme error
1 parent b3ee8c7 commit 9e812bf

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
@@ -96,7 +96,7 @@ const express = require('express');
9696
const bodyParser = require('body-parser');
9797

9898
//Require the routeCheck Middleware
99-
const { emptyInputCheck } = require('../app');
99+
const { emptyInputCheck } = require('express-suite');
100100

101101
//Initialize the App
102102
const app = express();

0 commit comments

Comments
 (0)