From 7e736f79b501574547fe44920dcc1413c03b956d Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Tue, 28 Mar 2017 07:48:15 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3840632..d7b81b3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This library provides basic arithmetic abstractions like Percentages. See the [r This library provides support to express optional values and required values, that can be unknown at the beginning of an execution. See the [related documentation.](docs/BindingsAndOptionals.md) -## Collections +### Collections This library provides additional abstractions for Collections. See the [related documentation.](docs/Collections.md)