Skip to content

Commit

Permalink
Fix JavaScript mis-spelling typo (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 18, 2020
1 parent 7606a54 commit cef9942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit cef9942

Please sign in to comment.