From c692a0332f186c90823773da91cbddf62dcfe74c Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Thu, 25 Nov 2021 13:28:41 +0100 Subject: [PATCH] docs(README): fix AsciiDoc syntax --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index f58af1b..5212997 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ As of 0.1.0, support is limited to: - `readPointer({ dir, gitdir, content })` + where `dir`, `gitdir` behavior mimics that of Isomorphic Git, -and content is a `Buffer`. +and `content` is a `Buffer`. - `downloadBlobFromPointer({ http, headers, url }, lfsPointer)`