diff --git a/README.md b/README.md index 9436c43..95b9971 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JKScope -Java scope functions in style of Kotlin +Java scope functions in the Kotlin style [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.plugatar.jkscope/jkscope/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.plugatar.jkscope/jkscope) [![Javadoc](https://javadoc.io/badge2/com.plugatar.jkscope/jkscope/javadoc.svg)](https://javadoc.io/doc/com.plugatar.jkscope/jkscope) diff --git a/pom.xml b/pom.xml index d722c9c..8a6d22d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ jar JKScope - Java scope functions in style of Kotlin + Java scope functions in the Kotlin style https://github.com/evpl/jkscope diff --git a/src/main/java/com/plugatar/jkscope/package-info.java b/src/main/java/com/plugatar/jkscope/package-info.java index 054cbd1..2472d99 100644 --- a/src/main/java/com/plugatar/jkscope/package-info.java +++ b/src/main/java/com/plugatar/jkscope/package-info.java @@ -14,7 +14,7 @@ * limitations under the License. */ /** - * JKScope. Java scope functions in style of Kotlin. + * JKScope. Java scope functions in the Kotlin style. * * @see GitHub repository */