Skip to content

Commit dc7e0d0

Browse files
chore: add npm downloads per month badge (#352)
1 parent bf8fcfa commit dc7e0d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88

99
[![CI][ci-badge]][ci-build]
1010
[![npm][npm-badge]][npm-docs]
11+
[![npm][npm-downloads]][npm-docs]
1112

1213
[ci-badge]: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/actions/workflows/tests.yml/badge.svg?event=push
1314
[ci-build]: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/actions/workflows/tests.yml?query=event%3Apush+branch%3Amain
1415
[npm-badge]: https://img.shields.io/npm/v/@google-cloud/cloud-sql-connector
1516
[npm-docs]: https://www.npmjs.com/package/@google-cloud/cloud-sql-connector
17+
[npm-downloads]: https://img.shields.io/npm/dm/@google-cloud/cloud-sql-connector
1618

1719
The **Cloud SQL Node.js Connector** is a Cloud SQL connector designed for use
1820
with the Node.js runtime. Using a Cloud SQL connector provides a native
@@ -490,4 +492,4 @@ Apache Version 2.0
490492
See [LICENSE](./LICENSE)
491493

492494
[credentials-json-file]: https://github.com/googleapis/google-cloud-node#download-your-service-account-credentials-json-file
493-
[google-auth-creds]: https://cloud.google.com/nodejs/docs/reference/google-auth-library/latest#loading-credentials-from-environment-variables
495+
[google-auth-creds]: https://cloud.google.com/nodejs/docs/reference/google-auth-library/latest#loading-credentials-from-environment-variables

0 commit comments

Comments
 (0)