From 8abc6bb9a24e069aaa0e796e417a870c283ad090 Mon Sep 17 00:00:00 2001 From: Wichard Riezebos Date: Fri, 3 Feb 2017 12:53:59 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce61d79..3379003 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The code below is an example how to use the library. ### Standalone ``` -var ant = new Ant("/assets/**/*.js"); +var ant = new Ant("/assets/**/*.{js,css}"); var isMatch = ant.IsMatch("/assets/scripts/vendor/angular.js"); ```