diff --git a/README.md b/README.md index 0095e33..53fed80 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ java/scala com.github.sekruse.sindy.Sindy [ ## PageRank -This app consumes an RDF triple file, constructs a graph from it, and finally runs a PageRank on that graph. It uses Rheem to easily bring together to different data processing tasks, namely preprocessing and graph analytics, and also makes use of Rheem's `PageRankOperator`. +This app consumes an RDF triple file, constructs a graph from it, and finally runs a PageRank on that graph. It uses Rheem to easily bring together two different data processing tasks, namely preprocessing and graph analytics, and also makes use of Rheem's `PageRankOperator`. **Usage.** You can run the app via