Skip to content

Commit 62d6d8e

Browse files
committed
chore: more README fixes from template
1 parent d83af6a commit 62d6d8e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![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)
22
![Release](https://github.com/googlemaps/google-maps-services-java/workflows/Release/badge.svg)
33
![Stable](https://img.shields.io/badge/stability-stable-green)
4-
[![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)
4+
[![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)
55

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

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

1414
# Java Client for Google Maps Services
1515

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

3939
## Requirements
4040

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

4646
## API Key Security
4747

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

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

0 commit comments

Comments
 (0)