From 8f02bad581dd695197175de98759e653abab0863 Mon Sep 17 00:00:00 2001 From: C J Silverio Date: Wed, 30 Mar 2016 17:44:11 -0700 Subject: [PATCH] fix the markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c25754..573eff0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ input.pipe(hasher); Blake2 provides a bewildering variety of variations. Avon exposes all of them both in the general-purpose functions given above, and in some convenience wrappers. This chart might help you decide which to use. | function | input | arch | multicore? | async? | algo name -| --- | --- | --- | --- | --- +| --- | --- | --- | --- | --- | --- | sumStream | stream | * | * | - | pass algo name | sumBuffer | buffer | * | * | n | pass algo name | sumFile | file | * | * | y | pass algo name