From 44d16bd03c13d7dd52a165931be81ebc00fe9071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Ros=C3=A9n?= Date: Fri, 16 Feb 2018 14:27:12 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcfc863..d6f54b7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ require('js-git/mixins/walkers')(repo); // This combines parallel requests for the same resource for effeciency under load. require('js-git/mixins/read-combiner')(repo); -// This makes the object interface less strict. See it's docs for details +// This makes the object interface less strict. See its docs for details require('js-git/mixins/formats')(repo); ```