diff --git a/samples/react-azfunc-vimeo/README.md b/samples/react-azfunc-vimeo/README.md index 4d44cfd27..3317cf5f9 100644 --- a/samples/react-azfunc-vimeo/README.md +++ b/samples/react-azfunc-vimeo/README.md @@ -43,7 +43,7 @@ This will install all the required NPM packages to run the Azure function The folder [VimeoRequest](./VimeoRequest) contains a Azure Function generated with the [Azure Function Core Tools](https://docs.microsoft.com/en-us/azure/azure-functions/functions-run-local). The access videos stored on this platform first a new application needs to be created first. To create a new Application navigate to the following website [https://developer.vimeo.com/apps/new?source=topnav](https://developer.vimeo.com/apps/new?source=topnav) -After the creation of a new Application, the created AppID and Secret must get stored in the local Azure function configuration. This configuration file can be found is named [local.settings.json](./ViemoRequest/local.settings.json). +After the creation of a new Application, the created AppID and Secret must get stored in the local Azure function configuration. This configuration file can be found in the root folder of the Azure Function Host and is named [local.settings.json](./VimeoRequest/local.settings.json). ```jS {