Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 8d2a235

Browse files
author
Cole J Calamos
committed
Updated README
1 parent b788b10 commit 8d2a235

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ __GSGS__ _(gatsby-source-googlemaps-static)_
66
[![Gatsby](https://img.shields.io/badge/Gatsby.js-Source%20Plugin-blueviolet?style=for-the-badge&logo=gatsby&labelColor=blueviolet&color=555)](https://www.gatsbyjs.org/)
77

88

9-
[![npm package](https://img.shields.io/npm/v/gatsby-source-googlemaps-static.svg)](https://npmjs.com/gatsby-source-googlemaps-static)
10-
[![Downloads](https://img.shields.io/npm/dm/gatsby-source-googlemaps-static.svg)](https://npmjs.com/gatsby-source-googlemaps-static)
11-
[![dependencies Status](https://david-dm.org/ccalamos/gatsby-source-googlemaps-static/status.svg)](https://david-dm.org/ccalamos/gatsby-source-googlemaps-static)
12-
[![npm type definitions](https://img.shields.io/npm/types/gatsby-source-googlemaps-static.svg)](https://www.typescriptlang.org/)
9+
[![npm package](https://img.shields.io/npm/v/@ccalamos/gatsby-source-googlemaps-static.svg)](https://npmjs.com/@ccalamos/gatsby-source-googlemaps-static)
10+
[![Downloads](https://img.shields.io/npm/dm/@ccalamos/gatsby-source-googlemaps-static.svg)](https://npmjs.com/@ccalamos/gatsby-source-googlemaps-static)
11+
[![dependencies Status](https://david-dm.org/ccalamos/@ccalamos/gatsby-source-googlemaps-static/status.svg)](https://david-dm.org/ccalamos/@ccalamos/gatsby-source-googlemaps-static)
12+
[![npm type definitions](https://img.shields.io/npm/types/@ccalamos/gatsby-source-googlemaps-static.svg)](https://www.typescriptlang.org/)
1313
[![DeepScan grade](https://deepscan.io/api/teams/9777/projects/12370/branches/190219/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=9777&pid=12370&bid=190219)
1414
[![Code Inspector grade](https://www.code-inspector.com/project/9641/score/svg)](https://frontend.code-inspector.com/public/project/9641/gatsby-source-googlemaps-static/dashboard)
1515

@@ -25,10 +25,10 @@ This source plugin for Gatsby will make location information from [Google Maps](
2525

2626
```sh
2727
# Install the plugin
28-
npm install gatsby-source-googlemaps-static
28+
npm install @ccalamos/gatsby-source-googlemaps-static
2929

3030
# or using Yarn
31-
yarn add gatsby-source-googlemaps-static
31+
yarn add @ccalamos/gatsby-source-googlemaps-static
3232
```
3333

3434

0 commit comments

Comments
 (0)