From 63f0a753694eb26b348f6452c43af0a0b4f500ee Mon Sep 17 00:00:00 2001 From: Mauricio Santos Date: Sun, 22 Mar 2015 23:51:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 098c3f2..b913a0e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ a.union(b); // {1,2} ``` Read the [documentation](https://rawgithub.com/mauriciosantos/buckets/master/doc/index.html). -Building guide +Building Buckets -------------------- There's nothing else you need to use buckets. However, this [guide](./BUILD.md) may help you if you wish to contribute to the project or modify it.