Skip to content

Commit 1699685

Browse files
authoredJan 6, 2021
Update README - two swagger documents (typo)
Fixes example code to make sense.
1 parent 44d5e10 commit 1699685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const express = require('express');
235235
const app = express();
236236
const swaggerUi = require('swagger-ui-express');
237237
const swaggerDocumentOne = require('./swagger-one.json');
238-
const swaggerDocumentTwo = require('./swagger-one.json');
238+
const swaggerDocumentTwo = require('./swagger-two.json');
239239

240240
var options = {}
241241

0 commit comments

Comments
 (0)
Please sign in to comment.