From 6b53af8753afcc688c74c7742b6208a2c1e0f3ae Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Mon, 15 Oct 2018 15:01:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d70c7..38bc38c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ From this information, we can have a tiny representation of your blob which can be reconstruct with your source. The goal is to store `Copy` *opcode* with `off` and `len`, and `Insert` *opcode* which contains entirely slice of your blob. -Finally, to procude a PACK file in git or ocaml-git, we use this algorithm and -this representation to optimize representation of your blobs (cf. `git gc`). +Finally, to produce a PACK file in git or ocaml-git, we use this algorithm and +this representation to optimize storage of your blobs (cf. `git gc`). ### Binary