From cef9942dfcdf1500f25b41628b3cf16fba75b320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 18 May 2020 18:40:45 +0300 Subject: [PATCH] Fix JavaScript mis-spelling typo (#370) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b56fbf..d38ee51c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can read the API docs for Node Resque @ [node-resque.actionherojs.com](https ## Version Notes -- ‼️ Version 6+ of Node Resque uses TypeScript. We will still include javascrtipt transpiled code in NPM releases, but they will be generated from the TypeScript source. Functinality between node-resque v5 and v6 should be the same. +- ‼️ Version 6+ of Node Resque uses TypeScript. We will still include JavaScript transpiled code in NPM releases, but they will be generated from the TypeScript source. Functinality between node-resque v5 and v6 should be the same. - ‼️ Version 5+ of Node Resque uses async/await. There is no upgrade path from previous versions. Node v8.0.0+ is required. ## Usage