From 31ccaf3ea3749968944e4ad70bc9b4c72a654d2c Mon Sep 17 00:00:00 2001 From: Alexandre Barbier Date: Mon, 15 Jan 2018 12:07:29 +0100 Subject: [PATCH] Fix example --- docs/usage/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index eb7751b5..aabe0ae7 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -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()