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 Dec 31, 2024
1 parent f0b570e commit e45f692
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
[![Maven Central](https://img.shields.io/maven-central/v/com.google.maps.android/maps-ktx)](https://maven-badges.herokuapp.com/maven-central/com.google.maps.android/maps-ktx)
![Tests/Build Status](https://github.com/googlemaps/android-maps-ktx/workflows/Test/badge.svg)
![Release](https://github.com/googlemaps/android-maps-ktx/workflows/Release/badge.svg)
![Stable](https://img.shields.io/badge/stability-stable-green)
[![Tests/Build](https://github.com/googlemaps/android-maps-ktx/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/android-maps-ktx/actions/workflows/test.yml)

![Contributors](https://img.shields.io/github/contributors/googlemaps/android-maps-ktx?color=green)
[![License](https://img.shields.io/github/license/googlemaps/android-maps-ktx?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]

# Maps Android KTX

Expand All @@ -14,12 +19,12 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c

## Requirements

* [Sign up with Google Maps Platform]
* A Google Maps Platform [project] with the **Maps SDK for Android** enabled
* An [API key] associated with the project above
* Android API level 21+
* Kotlin-enabled project
* Kotlin coroutines
- [Sign up with Google Maps Platform]
- A Google Maps Platform [project] with the **Maps SDK for Android** enabled
- An [API key] associated with the project above
- Android API level 21+
- Kotlin-enabled project
- Kotlin coroutines

## Installation

Expand Down Expand Up @@ -227,7 +232,7 @@ You can also discuss this library on our [Discord server].
[documentation]: https://googlemaps.github.io/android-maps-ktx
[amu]: https://github.com/googlemaps/android-maps-utils

[code of conduct]: CODE_OF_CONDUCT.md
[code of conduct]: ?tab=coc-ov-file#readme
[contributing guide]: CONTRIBUTING.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 e45f692

Please sign in to comment.