From c975f9d8c712f20a16fd4710ba0ab5e42e2dc738 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Fri, 9 Sep 2022 03:11:41 +0400 Subject: [PATCH] Update samples pre-reqs in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aef6d3..ee2f7c6 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ More detailed information for the endpoints of each API can be found at https:// ## Running Samples -Pre-reqs: [Node >= 4.4.7 LTS](https://nodejs.org) and [typescript (tsc) >= 1.8](https://www.npmjs.com/package/typescript) +Pre-reqs: [Node >= 6.x LTS](https://nodejs.org). Run `npm install` first