1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Fix malformed link in README.md

This commit is contained in:
Marc Siegel 2015-07-22 15:06:12 -04:00
parent 348bf3e320
commit c18aea50fd

View file

@ -25,7 +25,7 @@ coding a bit more docile...
## Usage ## 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. 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? Wouldn't it be great if we could just treat the methods of Array as a DSL?