diff --git a/README.md b/README.md index c2ac6f32..9953ba84 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ How to use it @Override public void initialize(Bootstrap bootstrap) { ... - bootstrap.addBundle(new SwaggerBundle() { + bootstrap.addBundle(new SwaggerBundle() { @Override protected SwaggerBundleConfiguration getSwaggerBundleConfiguration(YourConfiguration configuration) { return configuration.swaggerBundleConfiguration;