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:
parent
348bf3e320
commit
c18aea50fd
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue