From 0d1c56fa645b4f285044d970eb1bb3ef22f70e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Zeman?= Date: Wed, 6 Feb 2019 16:09:06 +0100 Subject: [PATCH] Update README.md --- http/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/README.md b/http/README.md index db5099cd..ad2cbf40 100644 --- a/http/README.md +++ b/http/README.md @@ -1,12 +1,12 @@ -# RdfRules: Web Service +# RDFRules: Web Service -This is the HTTP REST web service of the RdfRules tool written in the Scala language with Akka Http. It has implemented http facades over the RdfRules core. All RdfRules operations are performed by a pipeline of tasks defined in one JSON document sent to the HTTP endpoint. +This is the HTTP REST web service of the RDFRules tool written in the Scala language with Akka Http. It has implemented http facades over the RDFRules core. All RDFRules operations are performed by a pipeline of tasks defined in one JSON document sent to the HTTP endpoint. ## Getting Started [![](https://jitpack.io/v/propi/rdfrules.svg)](https://jitpack.io/#propi/rdfrules) -Clone the RdfRules repository and run following SBT commands. It starts the HTTP web server: +Clone the RDFRules repository and run following SBT commands. It starts the HTTP web server: ```sbt > project http > run