From 809fd301a3c322fd159f5d3ac21a402bf7fb1da0 Mon Sep 17 00:00:00 2001 From: Dominik Liebler Date: Tue, 24 Sep 2013 14:25:38 +0200 Subject: [PATCH] Fixed name --- Decorator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decorator/README.md b/Decorator/README.md index 528a0f2..52305ab 100644 --- a/Decorator/README.md +++ b/Decorator/README.md @@ -6,5 +6,5 @@ To dynamically add new functionality to class instances. ## Examples -* Zend Framework: decorators for Zend_Form_Element instances +* Zend Framework: decorators for `Zend_Form_Element` instances * Web Service Layer: Decorators JSON and XML for a REST service (in this case, only one of these should be allowed of course)