Skip to content

Commit

Permalink
docs: clarify type of function in README (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericapisani authored Sep 8, 2022
1 parent 87232d4 commit 74e2193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ functions wrapper it will run via `netlify dev`. You should be sure to run
`netlify build` first, so that the wrappers are generated and the functions
copied across.

## Background and Scheduled Functions
## Netlify Background and Scheduled Functions

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.
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.

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

0 comments on commit 74e2193

Please sign in to comment.