Skip to content

Commit

Permalink
Merge pull request #196 from twitter/feature/mailing_list
Browse files Browse the repository at this point in the history
Add Community Section to README.md
  • Loading branch information
johnynek committed Sep 18, 2013
2 parents 03f8c44 + 261c481 commit 8e5086e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See the [current API documentation](http://twitter.github.com/algebird) for more
## What can you do with this code?

```scala
Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_07).
Welcome to Scala version 2.9.3 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_07).
Type in expressions to have them evaluated.
Type :help for more information.

Expand All @@ -33,6 +33,14 @@ For example, average, moving average, max/min, set
you might numbers, and add them up in hadoop or online to produce powerful statistics and
analytics.

## Community and Documentation

To learn more and find links to tutorials and information around the web, check out the [Algebird Wiki](https://github.com/twitter/algebird/wiki).

The latest ScalaDocs are hosted on Algebird's [Github Project Page](http://twitter.github.io/algebird).

Discussion occurs primarily on the [Algebird mailing list](https://groups.google.com/forum/#!forum/algebird). Issues should be reported on the [GitHub issue tracker](https://github.com/twitter/algebird/issues).

## Maven

Algebird modules are available on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.2.0`.
Expand Down

0 comments on commit 8e5086e

Please sign in to comment.