Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Update "description"
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 5, 2020
1 parent fcf6823 commit 9c8d43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
degenerator
===========
### Turns sync functions into async functions
### Compiles sync functions into async functions
[![Build Status](https://github.com/TooTallNate/node-degenerator/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-degenerator/actions?workflow=Node+CI)

Sometimes you need to write sync looking code that's really async under the hood.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "degenerator",
"version": "2.1.4",
"description": "Turns sync functions into async generator functions",
"description": "Compiles sync functions into async generator functions",
"main": "dist/src/index",
"typings": "dist/src/index",
"files": [
Expand Down

0 comments on commit 9c8d43a

Please sign in to comment.