Skip to content

Commit

Permalink
typos and clarification
Browse files Browse the repository at this point in the history
Co-authored-by: art-w <[email protected]>
  • Loading branch information
christinerose and art-w authored Aug 29, 2024
1 parent 20f1f95 commit 172e089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/irmin/index.mld
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{0 Irmin}

[Irmin] is a distributed database built on the same principles as {{:https://git-scm.com} Git}. Specifically designed for [the MiragoOS ecosystem](https://mirage.io/), it can be used as an OCaml library that provides persistent stores with built-in snapshot, branching, merging, history trackig, and reverting mechanisms, similar to a version control system like Git, but for data rather than code.
[Irmin] is a distributed database built on the same principles as {{:https://git-scm.com} Git}. It can be used as an OCaml library that provides persistent stores with built-in snapshot, branching, merging, history tracking, and reverting mechanisms, similar to a version control system like Git, but for data rather than code.

{e Release %%VERSION%% - %%HOMEPAGE%%}

Expand Down

0 comments on commit 172e089

Please sign in to comment.