Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
propi authored Feb 6, 2019
1 parent 22ad431 commit 0d1c56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0d1c56f

Please sign in to comment.