From 62b876be011cb0a74d9f7c9059584b0371d17fb3 Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 18 Dec 2012 21:18:17 +0100 Subject: [PATCH] Readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f55f3c1..5dc7822 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This will generate the following output: ### Manipulating elements #### Attributes -You can get set an element's attributes directly using 'attr()': +You can get and set an element's attributes directly using 'attr()': ```javascript // get a single attribute -- 2.39.5