From cfbb0319c106f6b3ec5ed67d139f13f638583569 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Wed, 7 Sep 2022 16:04:19 -0400 Subject: [PATCH] docs: clarify type of function in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58807ffd..95229497 100644 --- a/README.md +++ b/README.md @@ -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.