From a0aa6232d0b451bb6e61a33d6f33a750b51bbe18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 31 May 2013 17:20:32 +0200 Subject: [PATCH] No ticket: correct typo in an example in README.md. Close gh-1281. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7340e6736..18740b9e4 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ grunt custom:-ajax Exclude **css**, **effects**, **offset**, **dimensions**, and **position**. Excluding **css** automatically excludes its dependent modules: ```bash -grunt custom:-css:-position +grunt custom:-css,-position ``` Exclude **all** optional modules and use the `querySelectorAll`-based selector engine: -- 2.39.5