From e71cce3d290490cc1d7f5cfa43a422b21c7d8781 Mon Sep 17 00:00:00 2001 From: "Edward A Maxedon, Sr" Date: Tue, 25 Dec 2018 12:38:24 -0500 Subject: [PATCH] readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66f17f9..d307fe5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Prolog [![Build status](https://ci.appveyor.com/api/projects/status/h5b23n2vd0k4oh9q/branch/master?svg=true)](https://ci.appveyor.com/project/edadma/prolog/branch/master) [![Coverage Status](https://coveralls.io/repos/github/edadma/prolog/badge.svg?branch=master)](https://coveralls.io/github/edadma/prolog?branch=master) [![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://github.com/edadma/prolog/blob/master/LICENSE) -[![Version](https://img.shields.io/badge/latest_release-v0.4.22-orange.svg)](https://github.com/edadma/prolog/releases/tag/v0.4.22) +[![Version](https://img.shields.io/badge/latest_release-v0.1-orange.svg)](https://github.com/edadma/prolog/releases/tag/v0.1) *Prolog* is a processor for Prolog language written in [Scala](http://scala-lang.org). It is a work in progress. ISO compliance plus support for a string type is the goal. @@ -119,7 +119,7 @@ Use the following definition to use Prolog in your Maven project: xyz.hyperreal prolog - 0.4.22 + 0.1 ``` @@ -133,7 +133,7 @@ libraryDependencies += "xyz.hyperreal" %% "prolog" % "0.1" ### Executable -An executable can be downloaded from [here](https://dl.bintray.com/edadma/generic/prolog-0.4.22.jar). *You do not need* the Scala library for it to work because the JAR already contains all dependencies. You just need Java 8+ installed. +An executable can be downloaded from [here](https://dl.bintray.com/edadma/generic/prolog-0.1.jar). *You do not need* the Scala library for it to work because the JAR already contains all dependencies. You just need Java 8+ installed. Run it as a normal Java executable JAR with the command `java -jar prolog-0.1.jar