From 63e23633d521a334ff3f7bce641e02a0348d68c3 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Wed, 19 Dec 2012 16:43:35 +0000 Subject: [PATCH] Fix error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a881d0..bade01e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ These are the most basic mixins. *Shortcuts* typically provide a quick way to ge * [.border-radius()](#border-radius) * [.box-sizing()](#box-sizing) * [.box-shadow()](#box-shadow) -* [.box-shadow()](#filter) +* [.filter()](#filter) * [.transition()](#transition) * [.rotate()](#rotate) * [.placeholder()](#placeholder) @@ -199,7 +199,7 @@ Generates a `filter` property with the appropriate vendor prefixes. .filter( [<@filter>] ); ``` -* `@shadow`: *(Optional)* filter property value. Defaults to `grayscale(100%)`. +* `@filter`: *(Optional)* filter property value. Defaults to `grayscale(100%)`. ```css /* Usage: */