From e36ec8e5e87fedd79f10570ed3556b3674f6e95f Mon Sep 17 00:00:00 2001 From: James Harrison Fisher Date: Wed, 16 Mar 2016 23:11:48 +0000 Subject: [PATCH] correct grammatical mistake in intro paragraph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59255f77ec..e1a335cc20 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Irmin is a library for persistent stores with built-in snapshot, branching and reverting mechanisms. It is designed to use a large variety of backends. Irmin is written in pure OCaml and does not -depend on external C stubs; it aims is to run everywhere, from Linux +depend on external C stubs; it aims to run everywhere, from Linux to Xen unikernels. [![Build Status](https://travis-ci.org/mirage/irmin.svg)](https://travis-ci.org/mirage/irmin)