Skip to content

Commit

Permalink
chore: more README fixes from template
Browse files Browse the repository at this point in the history
  • Loading branch information
wescpy committed Jan 1, 2025
1 parent d83af6a commit 62d6d8e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.google.maps/google-maps-services)](https://maven-badges.herokuapp.com/maven-central/com.google.maps/google-maps-services)
![Release](https://github.com/googlemaps/google-maps-services-java/workflows/Release/badge.svg)
![Stable](https://img.shields.io/badge/stability-stable-green)
[![Tests/Build Status](https://github.com/googlemaps/google-maps-services-java/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/google-maps-services-java/actions/workflows/test.yml)
[![Tests/Build](https://github.com/googlemaps/google-maps-services-java/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/google-maps-services-java/actions/workflows/test.yml)

[![codecov](https://img.shields.io/coveralls/googlemaps/google-maps-services-java.svg)](https://coveralls.io/r/googlemaps/google-maps-services-java)
[![Javadocs](https://www.javadoc.io/badge/com.google.maps/google-maps-services.svg)][documentation]

![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/google-maps-services-java?color=green)
[![GitHub License](https://img.shields.io/github/license/googlemaps/google-maps-services-java?color=blue)][license]
[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)][Discord server]
![Contributors](https://img.shields.io/github/contributors/googlemaps/google-maps-services-java?color=green)
[![License](https://img.shields.io/github/license/googlemaps/google-maps-services-java?color=blue)][license]
[![StackOverflow](https://img.shields.io/stackexchange/stackoverflow/t/google-maps?color=orange&label=google-maps&logo=stackoverflow)](https://stackoverflow.com/questions/tagged/google-maps)
[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)][Discord server]

# Java Client for Google Maps Services

Expand Down Expand Up @@ -38,10 +38,10 @@ Use Java? Want to [geocode][Geocoding API] something? Looking for [directions][D

## Requirements

* [Sign up with Google Maps Platform]
* A Google Maps Platform [project] with the desired API(s) from the above list enabled
* An [API key] associated with the project above
* Java 1.8+
- [Sign up with Google Maps Platform]
- A Google Maps Platform [project] with the desired API(s) from the above list enabled
- An [API key] associated with the project above
- Java 1.8+

## API Key Security

Expand Down Expand Up @@ -258,7 +258,7 @@ You can also discuss this library on our [Discord server].
[Maven Central]: https://central.sonatype.com/artifact/com.google.maps/google-maps-services
[documentation]: https://javadoc.io/doc/com.google.maps/google-maps-services

[code of conduct]: CODE_OF_CONDUCT.md
[code of conduct]: ?tab=coc-ov-file#readme
[contributing guide]: CONTRIB.md
[Deprecation Policy]: https://cloud.google.com/maps-platform/terms
[developer community channels]: https://developers.google.com/maps/developer-community
Expand Down

0 comments on commit 62d6d8e

Please sign in to comment.