From f8f561065bacbbce50222f7df65bfcc00e31a8b4 Mon Sep 17 00:00:00 2001 From: Blake Date: Fri, 18 Mar 2016 14:52:38 -0700 Subject: [PATCH] Let people know that CRuby is also known as MRI I was unaware actually that MRI is also called CRuby, and I've been writing ruby professionally for 2 years. Also, my CTO did not know that either, and he's been writing ruby for 10 years. Then I went looking to see if CRuby was some version I didn't know about, and was just confusing for no reason. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1227226..c5e4fdb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ for Datomic from Ruby objects. It is also used to map Ruby objects as entities into a Datomic database. -Diametric supports both CRuby and JRuby. +Diametric supports both CRuby (MRI) and JRuby. When Diametric is used on CRuby, Diametric connects to Datomic's REST service. Using Datomic's REST API, Diametric creates schema/data and makes a queries to Datomic. When Diametric is used on JRuby, both Datomic's REST and Peer services are supported. @@ -47,7 +47,7 @@ While installing gem, diametric downloads those jar archives, including dependen The message shows up because of this. -## Preparation for CRuby +## Preparation for CRuby (MRI) On CRuby, you need to start Datomic's REST server.