tntwist / NL.Serverless.AspNetCore

Hosting an AspNet Core App inside an Azure Function V3 HTTP Trigger
MIT License
20 stars 3 forks source link

Typo in Azure Functions Core Tools Install Command #21

Closed marxxxx closed 4 years ago

marxxxx commented 4 years ago

The command in the Prerequisites Section to install the Azure Functions Core Tools contains a typo.

Instead of

npm install -g azure-function-core-tools@3

it should be

npm install -g azure-functions-core-tools@3

tntwist commented 4 years ago

Thanks for the hint. Its fixed now.