diff --git a/README.md b/README.md index 062a478..64d914f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ### SSHOC Citation Service prototype -The source code of the _SSHOC Citation Service prototype_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html). +The source code of the _SSH Data Citation Service_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html). diff --git a/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java b/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java index 860f3cf..bb6cbef 100644 --- a/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java +++ b/src/main/java/eu/sshoc/citation/service/SwaggerConfig.java @@ -69,8 +69,8 @@ public class SwaggerConfig { log.error(e.getMessage()); } return new ApiInfoBuilder() - .title("SSHOC Citation Service") - .description("This page shows the Web Services entry points for the SSHOC Citation Service.") + .title("SSH Data Citation Service") + .description("This page shows the Web Services entry points for the SSH Data Citation Service.") .version(property.getProperty("Version_default")) .termsOfServiceUrl("http://terms-of-services.sshoc") .license("Apache License, Version 2.0")