From 933d050e29b2499948088220d198759d02b21e78 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 2 Jul 2010 06:58:53 -0700 Subject: [PATCH] Wrap class="placeholder" in a code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1bf501..6a372cd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This plugin was based on a code snippet by [Paul Irish](http://paulirish.com/), ### CSS -The plugin automatically adds class="placeholder" to the elements who are currently showing their placeholder text. You can use this to style placeholder text differently: +The plugin automatically adds `class="placeholder"` to the elements who are currently showing their placeholder text. You can use this to style placeholder text differently: input { color: #000; } .placeholder { color: #aaa; }