From c18aea50fdafd1a5b1c30a00960086afb4f116ed Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Wed, 22 Jul 2015 15:06:12 -0400 Subject: [PATCH] Fix malformed link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b58ef5e..6f4d88e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ coding a bit more docile... ## Usage -### Basic: Ruby [Array][http://ruby-doc.org/core-2.2.2/Array.html] as DSL +### Basic: Ruby [Array](http://ruby-doc.org/core-2.2.2/Array.html) as DSL Let's say that we want to make a DSL for modifying Array objects. Wouldn't it be great if we could just treat the methods of Array as a DSL?