Fix example

This commit is contained in:
Alexandre Barbier
2018-01-15 12:07:29 +01:00
committed by GitHub
parent 253573200a
commit 31ccaf3ea3

View File

@@ -27,7 +27,7 @@ The module's contents mirrors the `dist` folder you see in the Git repository. T
```javascript
const express = require('express')
const pathToSwaggerUi = require('swagger-ui').absolutePath()
const pathToSwaggerUi = require('swagger-ui-dist').absolutePath()
const app = express()