Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Oct 15, 2018
1 parent f2a2a4c commit 6b53af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b53af8

Please sign in to comment.