From fa0d2b73f60b548ea4f154197cd4efa4080fcabd Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Mon, 14 Jan 2013 18:56:32 +0000 Subject: [PATCH] Add an internal link [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8062a6..091893b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ include Draper::LazyHelpers ### Accessing the model -When writing decorator methods you'll usually need to access the wrapped model. While you may choose to use delegation (_covered below_) for convenience, you can always use the `source` (or its alias `model`): +When writing decorator methods you'll usually need to access the wrapped model. While you may choose to use delegation ([covered below](#delegating-methods)) for convenience, you can always use the `source` (or its alias `model`): ```ruby class ArticleDecorator < Draper::Decorator