Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let people know that CRuby is also known as MRI #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down