diff --git a/README.md b/README.md index 7748259..a5b18fc 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,11 @@ swaggerOptions: { // passed to SwaggerUi() defaultModelRendering: 'schema', showRequestHeaders: false, swaggerVersion: 'x.x.x' // read from package.json, - }, routePrefix: '/docs', // route where the view is returned hideTopbar: false, // hide swagger top bar +favicon16: '/favicon-16x16.png', // default icon 16x16, set for self icon +favicon32: '/favicon-32x32.png', // default icon 32x32, set for self icon ``` ## example diff --git a/lib/favicon-16x16.png b/lib/favicon-16x16.png new file mode 100644 index 0000000..0f7e13b Binary files /dev/null and b/lib/favicon-16x16.png differ diff --git a/lib/favicon-32x32.png b/lib/favicon-32x32.png new file mode 100644 index 0000000..b0a3352 Binary files /dev/null and b/lib/favicon-32x32.png differ diff --git a/lib/index.hbs b/lib/index.hbs index ad6fb13..f0a9a4c 100644 --- a/lib/index.hbs +++ b/lib/index.hbs @@ -5,8 +5,8 @@ {{title}} - - + +