You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2014/04/09 17:24:17 UTC

git commit: kafka-1375; Formatting for in README.md is broken; patched by Stevo Slavic; reviewed by Jun Rao

Repository: kafka
Updated Branches:
  refs/heads/trunk de6066e8e -> 75d5f5bff


kafka-1375; Formatting for in README.md is broken; patched by Stevo Slavic; reviewed by Jun Rao


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

Branch: refs/heads/trunk
Commit: 75d5f5bff8519b36d5eb0a904ebbd0d3c0b7c8cc
Parents: de6066e
Author: Stevo Slavic <ss...@apache.org>
Authored: Wed Apr 9 08:24:13 2014 -0700
Committer: Jun Rao <ju...@gmail.com>
Committed: Wed Apr 9 08:24:13 2014 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/75d5f5bf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index dece147..7bd762f 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,8 @@ The release file can be found inside ./core/build/distributions/.
 ### Cleaning the build ###
     ./gradlew clean
 
-### Running a task on a particular version of Scala ####
-either 2.8.0, 2.8.2, 2.9.1, 2.9.2 or 2.10.1) (If building a jar with a version other than 2.8.0, the scala version variable in bin/kafka-run-class.sh needs to be changed to run quick start.)
+### Running a task on a particular version of Scala (either 2.8.0, 2.8.2, 2.9.1, 2.9.2 or 2.10.1) ###
+#### (If building a jar with a version other than 2.8.0, the scala version variable in bin/kafka-run-class.sh needs to be changed to run quick start.) ####
     ./gradlew -PscalaVersion=2.9.1 jar
     ./gradlew -PscalaVersion=2.9.1 test
     ./gradlew -PscalaVersion=2.9.1 releaseTarGz