Repository: reef Updated Branches: refs/heads/master c0f047e69 -> fb93a7ff6
[REEF-1086] Fix typos in README.md JIRA: [REEF-1086](https://issues.apache.org/jira/browse/REEF-1086) Pull request: This closes #740 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/fb93a7ff Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/fb93a7ff Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/fb93a7ff Branch: refs/heads/master Commit: fb93a7ff6281de6ba099b508707b0ef6f129f1ce Parents: c0f047e Author: Dongjoon Hyun <[email protected]> Authored: Thu Dec 17 02:37:51 2015 -0800 Committer: Mariia Mykhailova <[email protected]> Committed: Fri Dec 18 10:54:26 2015 -0800 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/fb93a7ff/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1d6b846..c491766 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ Building REEF Requirements ------------ - * Java 7 Development Kit + * Java 7 Development Kit. * [Apache Maven](http://maven.apache.org) 3 or newer. Make sure that `mvn` is in your `PATH`. * [Protocol Buffers](https://code.google.com/p/protobuf/) Compiler version 2.5. Make sure that `protoc` is on your `PATH`. * For REEF.NET, you will also need [Visual Studio 2013](http://www.visualstudio.com). Most REEF developers use the - free Community Edition + free Community Edition. REEF Java --------- @@ -47,7 +47,7 @@ To test, execute: mvn test Note that the tests will take several minutes to complete. You will -also see stack traces fly by. Not to worry: Those are part of the +also see stack traces fly by. Not to worry: those are part of the tests that test REEF's error reporting. REEF.NET @@ -72,5 +72,5 @@ Additional Information More detailed documentation, including building from PowerShell and creating NuGets is available from the [project wiki](https://cwiki.apache.org/confluence/display/REEF/Home), -specifcially the [building +specifically the [building instructions](https://cwiki.apache.org/confluence/display/REEF/Compiling+REEF).
