Skip to content

Commit 7d50622

Browse files
committed
updating configs
1 parent 490e452 commit 7d50622

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ service.start(3000)
4141
// Known compatible frameworks: Restana, Express.js
4242
// If omitted, restana is used as default HTTP framework
4343
server,
44-
// Optional restana library configuration (https://www.npmjs.com/package/restana#configuration)
45-
// If the given value is a function instead of an object, it will be considered a restana server factory.
46-
//
47-
// If "server" is provided, this settings are ignored.
44+
// Optional restana library configuration (https://www.npmjs.com/package/restana#configuration)
45+
//
46+
// Please note that if "server" is provided, this settings are ignored.
4847
restana: {},
4948
// Optional global middlewares in the format: (req, res, next) => next()
5049
// Default value: []

0 commit comments

Comments
 (0)