Skip to content

Commit 83ea43d

Browse files
committed
update read me
1 parent 41cd5fb commit 83ea43d

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
@@ -20,7 +20,7 @@ If no config option is passed, the middleware will send a **404** to those reque
2020
const express = require('express');
2121

2222
//Require the routeCheck Middleware
23-
const routeCheck = require('../app').routeCheck;
23+
const { routeCheck } = require('express-suite');
2424

2525
//Initialize the App
2626
const app = express();

0 commit comments

Comments
 (0)