Skip to content

Commit 6d345af

Browse files
Apply suggestions from code review
Co-authored-by: Kyle Rollins <kyleblankrollins@gmail.com>
1 parent 9381791 commit 6d345af

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Essential Gatsby Plugin - v2
44

5-
The Essential Gatsby build plugin enables caching of builds, and adds supports
6-
for SSR and DSG
5+
The Essential Gatsby build plugin enables caching of builds, SSR and DSG
76
[render modes](https://v4.gatsbyjs.com/docs/conceptual/rendering-options/) and
87
Gatsby Functions. It is installed automatically for all new Gatsby sites.
98

@@ -25,20 +24,18 @@ Gatsby sites need two plugins to support all features.
2524
1. The Netlify build plugin, called "Essential Gatsby" or
2625
`@netlify/plugin-gatsby`. This is installed automatically for all Gatsby
2726
sites deployed to Netlify.
28-
2. The Gatsby plugin `gatsby-plugin-netlify`, which needs to be manually
27+
2. The Gatsby plugin `gatsby-plugin-netlify`. This needs to be manually
2928
installed.
3029

3130
### Installing the Netlify build plugin
3231

33-
New Gatsby sites will have the Essential Gatsby build plugin installed
34-
automatically. You can confirm this in the build logs. If you need to install it
32+
New Gatsby sites on Netlify automatically install the Essential Gatsby build plugin. You can confirm this in the build logs. If you need to install it
3533
manually, you have two options:
3634

37-
1. Search for "Essential Gatsby" and install the plugin
38-
[from the Netlify UI](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation)
35+
- [The Netlify UI](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation). Here, you can search for "Essential Gatsby" and install the plugin.
3936

40-
2. Install the plugin as `@netlify/plugin-gatsby` using
41-
[file-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation).
37+
- [File-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation). You can install the plugin as `@netlify/plugin-gatsby` in your `netlify.toml` file.
38+
4239

4340
### Install the Gatsby Plugin
4441

0 commit comments

Comments
 (0)