From c267a4cce18b1de00d35d92a2844fa85a2c49c75 Mon Sep 17 00:00:00 2001 From: Milo Chen Date: Wed, 10 May 2023 11:22:39 +0800 Subject: [PATCH] Update min node version in README (#986) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cedd5b147..721b03cb9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Pynecone requires the following to get started: - Python 3.7+ -- [Node.js 12.22.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!) +- [Node.js 16.6.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!) ``` $ pip install pynecone