Skip to content

Commit 74e2193

Browse files
authored
docs: clarify type of function in README (#510)
1 parent 87232d4 commit 74e2193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ functions wrapper it will run via `netlify dev`. You should be sure to run
102102
`netlify build` first, so that the wrappers are generated and the functions
103103
copied across.
104104

105-
## Background and Scheduled Functions
105+
## Netlify Background and Scheduled Functions
106106

107-
In order to use [Background](https://docs.netlify.com/functions/background-functions/) or [Scheduled](https://docs.netlify.com/netlify-labs/experimental-features/scheduled-functions/) Functions in your Gatsby project, you will need to create a `netlify/functions` directory at the root of the project, and put the Functions in there.
107+
In order to use [Netlify Background](https://docs.netlify.com/functions/background-functions/) or [Netlify Scheduled](https://docs.netlify.com/netlify-labs/experimental-features/scheduled-functions/) Functions in your Gatsby project, you will need to create a `netlify/functions` directory at the root of the project, and put the Functions in there.
108108

109109
Once that's completed, the Background or Scheduled Function can be invoked like an ordinary Gatsby function.

0 commit comments

Comments
 (0)