diff --git a/README.md b/README.md index 10c01b7..3ba27e1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # HttpStatus JSP Tag Library -[](https://github.com/ethauvin/httpstatus/releases/latest) [](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik.httpstatus/httpstatus) [  ](https://bintray.com/ethauvin/maven/HttpStatus/_latestVersion) +[](https://github.com/ethauvin/httpstatus/releases/latest) [](https://maven-badges.herokuapp.com/maven-central/net.thauvin.erik.httpstatus/httpstatus) [](https://bintray.com/ethauvin/maven/HttpStatus/_latestVersion) [](http://opensource.org/licenses/BSD-3-Clause) [](https://snyk.io/test/github/ethauvin/httpstatus?targetFile=build.gradle) [](https://sonarcloud.io/dashboard?id=ethauvin_HttpStatus) -[](https://travis-ci.org/ethauvin/HttpStatus) -[](https://ci.appveyor.com/project/ethauvin/httpstatus) [](https://circleci.com/gh/ethauvin/HttpStatus/tree/master) +[](https://travis-ci.org/ethauvin/HttpStatus) [](https://ci.appveyor.com/project/ethauvin/httpstatus) [](https://circleci.com/gh/ethauvin/HttpStatus/tree/master) A simple [JSP](http://www.oracle.com/technetwork/java/javaee/jsp/index.html) Tag Library to display the [code](#hscode), [reason](#hsreason) and/or [cause](#hscode) for [HTTP status codes](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) in JSP error pages. @@ -168,7 +167,7 @@ or as a Maven artifact: ``` ## Command Line Usage -You can query the reason phrase for status code(s) as follows: +You can query the reason phrase for status codes as follows: ```sh $ java -jar httpstatus-1.0.4.jar 404 500 @@ -176,7 +175,7 @@ $ java -jar httpstatus-1.0.4.jar 404 500 500: Internal Server Error ``` -If no status code is specified, all status codes will be printed: +If no status code is specified, all will be printed: ```sh $ java -jar httpstatus-1.0.4.jar diff --git a/docs/README.html b/docs/README.html index 94c5227..aaf1876 100644 --- a/docs/README.html +++ b/docs/README.html @@ -81,7 +81,7 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
A simple JSP Tag Library to display the code, reason and/or cause for HTTP status codes in JSP error pages.
@@ -489,11 +489,11 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni <version>1.0.4</version> </dependency>You can query the reason phrase for status code(s) as follows:
+You can query the reason phrase for status codes as follows:
-If no status code is specified, all status codes will be printed:
+If no status code is specified, all will be printed: