From 3cc1011697458a4b41914e91f5f74748e76a9c42 Mon Sep 17 00:00:00 2001 From: Dennis Ashby Date: Wed, 30 Sep 2015 11:34:24 -0700 Subject: [PATCH] Updated "resourcePath: 'swaggerResources'" to "resourcePath: 'swagger.json'" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());