minor fix Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e87ab8e2 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e87ab8e2 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e87ab8e2
Branch: refs/heads/master Commit: e87ab8e267a21c97f7b41a7fec8a3dc5631e1e4a Parents: d80e7ab Author: Xin Wang <[email protected]> Authored: Mon Mar 14 21:45:33 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Mon Mar 14 21:45:33 2016 +0800 ---------------------------------------------------------------------- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e87ab8e2/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index 8bb7707..e4e7e26 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ Master Branch: [](https://travis-ci.org/apache/storm) -[](http://search.maven.org/#search|gav|1|g:"org.apache.storm"%20AND%20a:"storm-core") +[](http://search.maven.org/#search|gav|1|g:"org.apache.storm"%20AND%20a:"storm-core") Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm.apache.org/documentation/Powered-By.html), and is a lot of fun to use!
