Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Swann committed Sep 7, 2021
1 parent 1cdff1e commit 34c1fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ const testAsyncFunc2 = async (myArg) => {
const result3 = await myAsyncFunc3(myArg)
return `${rootText} One nation under a groove`
}
// Pipe it!!!
// Pipe it!!!
const pipedResult = await pipeAsync(testAsyncFunc1, testAsyncFunc2)('Give up the funk!')
// Compose it!!!
const composedResult = await composeAsync(testAsyncFunc2, testAsyncFunc1)('funk the up Give!')
Expand Down

0 comments on commit 34c1fd5

Please sign in to comment.