diff --git a/README.md b/README.md index 2ba3f2f..50a7534 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ explorer(app, { 'title': 'My API', 'description': 'Explorer example app.' }, - resourcePath: 'swaggerResources', + resourcePath: 'swagger.json', version: '0.1-unreleasable' })); app.use('/custom-api-root', loopback.rest());