You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/06/16 10:37:33 UTC

flink git commit: [hotfix] Some small fixups in README.md

Repository: flink
Updated Branches:
  refs/heads/master f9168194e -> af4481c7a


[hotfix] Some small fixups in README.md

This closes #841.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/af4481c7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/af4481c7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/af4481c7

Branch: refs/heads/master
Commit: af4481c7a54c2439065a785b204094fa427e6a58
Parents: f916819
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Tue Jun 16 10:19:46 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Tue Jun 16 10:37:15 2015 +0200

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/af4481c7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 27354b2..d9250b8 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ val counts = text.flatMap { _.split("\\W+") }
 counts.writeAsCsv(outputPath)
 ```
 
-Flink is highlighted by some unique features:
+These are some of the unique features of Flink:
 
 * Hybrid batch/streaming runtime that supports batch processing and data streaming programs.
 * Custom memory management to guarantee efficient, adaptive, and highly robust switching between in-memory and out-of-core data processing algorithms.
@@ -30,6 +30,8 @@ Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)
 
 ## Building Apache Flink from Source
 
+Prerequisites for building Flink:
+
 * Unix-like environment (We use Linux, Mac OS X, Cygwin)
 * git
 * Maven (at least version 3.0.4)