From 63cfa83d716ab5903892adddb6d7a6a9bfb52c0a Mon Sep 17 00:00:00 2001 From: Stanislav Poslavsky Date: Fri, 20 Oct 2017 16:26:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41931fa..4bda69f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Set up ### Interactive Rings shell -To taste what Rings can do, one can try interactive session with [Ammonite REPL](http://ammonite.io). Type the following commands at the prompt to install Rings*.repl*: +To taste what Rings can do, one can try interactive session with [Ammonite REPL](http://ammonite.io). Type the following commands at the prompt to install Rings.repl: ``` scala $ sudo curl -L -o /usr/local/bin/amm https://git.io/v5Tct && sudo chmod +x /usr/local/bin/amm @@ -75,7 +75,7 @@ For using Rings solely in Java there is Maven artifact: Examples: algebra, GCDs, factorization -------------------------------------- -Below examples can be evaluated directly in the Rings*.repl*. If using Rings in Scala, the following preambula will import all required things from Rings library: +Below examples can be evaluated directly in the Rings.repl. If using Rings in Scala, the following preambula will import all required things from Rings library: ``` scala import cc.redberry.rings