From 7fc0848cb0d6187522c4b46318df2b5a0981e608 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Tue, 6 Jun 2017 19:01:27 +0000 Subject: [PATCH] Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6cdd19..f24c8d32 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Mentat is implemented in Rust. The first version of Project Mentat, named Datomish, [was written in ClojureScript](https://github.com/mozilla/mentat/tree/clojure), targeting both Node (on top of `promise_sqlite`) and Firefox (on top of `Sqlite.jsm`). It also worked in pure Clojure on the JVM on top of `jdbc-sqlite`. The name was changed to avoid confusion with [Datomic](http://datomic.com). -The rust implementation gives us a smaller compiled output, better performance, more type safety, better tooling, and easier deployment into Firefox and mobile platforms. +The Rust implementation gives us a smaller compiled output, better performance, more type safety, better tooling, and easier deployment into Firefox and mobile platforms. ## Motivation