Skip to content

Commit 1fdd668

Browse files
authored
Fix another instance
1 parent 76406e6 commit 1fdd668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-first-function-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you get started, make sure you have the following requirements in place:
2424
Not required for local development on macOS and Linux.
2525
::: zone-end
2626
::: zone pivot="programming-language-javascript,programming-language-typescript"
27-
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `npm --version` command to check your version.
27+
+ [Node.js](https://nodejs.org/), Active LTS and Maintenance LTS versions (10.14.1 recommended). Use the `node --version` command to check your version.
2828
::: zone-end
2929
::: zone pivot="programming-language-python"
3030
+ [Python 3.8](https://www.python.org/downloads/release/python-381/), [Python 3.7](https://www.python.org/downloads/release/python-375/), [Python 3.6](https://www.python.org/downloads/release/python-368/) are supported by Azure Functions (x64).

0 commit comments

Comments
 (0)