Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato authored and Bruce-Taylor_GTUKMOT committed Jul 31, 2024
1 parent 026fdb4 commit d5b2dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 πŸ—

Expand Down Expand Up @@ -138,7 +138,7 @@ public class LocationServiceExample {

```

LocationSearchService
SearchLocationService

```java

Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
<version>${assertj-core.version}</version>
<scope>test</scope>
</dependency>

<!-- Plugins !-->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit d5b2dcc

Please sign in to comment.