Skip to content

Commit

Permalink
chore(gatsby-plugin-no-sourcemaps): Add install header to Read… (#20544)
Browse files Browse the repository at this point in the history
Added an install heading to instruct users to install the plugin.
  • Loading branch information
ZionDials authored and LekoArts committed Jan 13, 2020
1 parent accaed1 commit a78cebc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/gatsby-plugin-no-sourcemaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

For the times when your JavaScript sourcemaps are just too big to upload to your hosting provider.

## Install

```shell
npm install --save gatsby-plugin-no-sourcemaps
```

## Usage

```js
Expand Down

0 comments on commit a78cebc

Please sign in to comment.