Skip to content

Commit

Permalink
fix(docs): plugin description (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Sep 22, 2023
1 parent bdbdbe1 commit d2f26d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google API Headers

A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key.
A Flutter plugin for getting the headers required to call Google APIs with an [app restricted API key](https://developers.google.com/maps/api-security-best-practices#restricting-api-keys).

[![pub package](https://img.shields.io/pub/v/google_api_headers.svg)](https://pub.dartlang.org/packages/google_api_headers)
[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://pub.dev/documentation/google_api_headers/latest/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google_api_headers",
"version": "2.0.1",
"description": "A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key",
"description": "A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key",
"main": "index.js",
"repository": "https://github.com/zeshuaro/google_api_headers.git",
"author": "Joshua Tang <zeshuaro@gmail.com>",
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: google_api_headers
description: A Flutter plugin for getting the headers required for calling
Google APIs with an app restricted key.
description: A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key
version: 2.0.1
homepage: https://github.com/zeshuaro/google_api_headers

Expand Down

0 comments on commit d2f26d9

Please sign in to comment.