From d5b2dcc7432edda269f1b79b245123c8eee9ebd6 Mon Sep 17 00:00:00 2001 From: tomaytotomato Date: Wed, 31 Jul 2024 19:44:20 +0100 Subject: [PATCH] Updating readme --- README.md | 10 +++++----- pom.xml | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a9aea4..bf8a93e 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/tomaytotomato/location4j) ![GitHub License](https://img.shields.io/github/license/tomaytotomato/location4j) -location4j is a comprehensive Java library designed for efficient and accurate geographical data -lookups, encompassing countries, states, and cities. 🌆 +location4j is a comprehensive Java library designed for efficient and accurate geographical data lookups, encompassing countries, states, and cities. 🌆 + Unlike other libraries, it operates without relying on third-party APIs, making it both cost-effective and fast. 🏎️ -Its built-in dataset provides robust functionality for applications requiring detailed geographical -information. 💾 + +Its built-in dataset provides robust functionality for applications requiring detailed geographical information. 💾 ## Quick Example 🏗 @@ -138,7 +138,7 @@ public class LocationServiceExample { ``` -LocationSearchService +SearchLocationService ```java diff --git a/pom.xml b/pom.xml index 082a72d..9352d96 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,8 @@ ${assertj-core.version} test + + org.apache.maven.plugins maven-surefire-plugin