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 2253040 commit 11e4bdc
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[![npm](https://img.shields.io/npm/v/@googlemaps/typescript-guards)][npm-pkg]
![Tests/Build Status](https://github.com/googlemaps/js-typescript-guards/actions/workflows/test.yml/badge.svg)
![Release](https://github.com/googlemaps/js-typescript-guards/workflows/Release/badge.svg)
![Stable](https://img.shields.io/badge/stability-stable-green)
[![Tests/Build](https://github.com/googlemaps/js-typescript-guards/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/js-typescript-guards/actions/workflows/test.yml)

[![codecov](https://codecov.io/gh/googlemaps/js-typescript-guards/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-typescript-guards)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![solidarity](https://github.com/jpoehnelt/in-solidarity-bot/raw/main/static//badge-flat.png)](https://github.com/apps/in-solidarity)

![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-typescript-guards?color=green)
[![GitHub License](https://img.shields.io/github/license/googlemaps/js-typescript-guards?color=blue)][license]
![Contributors](https://img.shields.io/github/contributors/googlemaps/js-typescript-guards?color=green)
[![License](https://img.shields.io/github/license/googlemaps/js-typescript-guards?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]

# Google Maps TypeScript Guards
Expand All @@ -21,10 +22,10 @@ A type guard (or type predicate) is an expression that performs a runtime check

## Requirements

* [Sign up with Google Maps Platform]
* A Google Maps Platform [project] with the [**Maps Javascript API**][maps-sdk] enabled
* An [API key] associated with the project above
* Node.js and NPM
- [Sign up with Google Maps Platform]
- A Google Maps Platform [project] with the [**Maps Javascript API**][maps-sdk] enabled
- An [API key] associated with the project above
- Node.js and NPM

## Installation

Expand Down Expand Up @@ -81,7 +82,7 @@ You can also discuss this library on our [Discord server].
[documentation]: https://googlemaps.github.io/js-typescript-guards
[npm-pkg]: https://npmjs.com/package/@googlemaps/typescript-guards

[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 11e4bdc

Please sign in to comment.