You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by mi...@apache.org on 2014/05/28 08:59:08 UTC

git commit: Fix markdown syntax in storm-starter README

Repository: incubator-storm
Updated Branches:
  refs/heads/master 452838f2a -> bfdce7aae


Fix markdown syntax in storm-starter README


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

Branch: refs/heads/master
Commit: bfdce7aae74c2b467f71228a00c30fb3281eea7a
Parents: 452838f
Author: Michael G. Noll <mi...@apache.org>
Authored: Wed May 28 08:59:11 2014 +0200
Committer: Michael G. Noll <mi...@apache.org>
Committed: Wed May 28 08:59:11 2014 +0200

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/bfdce7aa/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index b7c1798..98a9749 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -62,7 +62,7 @@ the [Maven installation instructions](http://maven.apache.org/download.cgi).
 
 If you are using the latest development version of Storm, e.g. by having cloned the Storm git repository,
 then you must first perform a local build of Storm itself.  Otherwise you will run into Maven errors such as
-`Could not resolve dependencies for project `org.apache.storm:storm-starter:<storm-version>-SNAPSHOT`.
+"Could not resolve dependencies for project `org.apache.storm:storm-starter:<storm-version>-SNAPSHOT`".
 
     # Must be run from the top-level directory of the Storm code repository
     $ mvn clean install -DskipTests=true