From 9bf3fdf8f18b780f1e5b09bf0a52dcf77fe6126a Mon Sep 17 00:00:00 2001 From: Hamza Sharif Date: Mon, 12 Jul 2021 05:50:13 -0400 Subject: [PATCH] Fix typo (#1486) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f74d258fa..eefcc47ce 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ npm install @elastic/elasticsearch NOTE: The minimum supported version of Node.js is `v10`. -The client versioning follows the Elastc Stack versioning, this means that +The client versioning follows the Elastic Stack versioning, this means that major, minor, and patch releases are done following a precise schedule that often does not coincide with the [Node.js release](https://nodejs.org/en/about/releases/) times.