From 8e03f9d219034eeab9f81f776be86d4ac16e3775 Mon Sep 17 00:00:00 2001 From: Matt Wilcox Date: Thu, 10 Nov 2011 10:24:21 +0000 Subject: [PATCH] Fixed typo --- readme.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.textile b/readme.textile index 87459a7..4f4a77c 100644 --- a/readme.textile +++ b/readme.textile @@ -6,9 +6,9 @@ h2. Benefits * Ensures you and your visitors are not wasting bandwidth delivering images at a higher resolution than the vistor needs. * Will work on your existing site, as it requires no changes to your mark-up. -* Is device agnostic (it simply detects the size of the visitors screen) +* Is device agnostic (it works by detecting the size of the visitors screen) * Is CMS agnostic (it manages its own image re-sizing, and will work on any CMS or even on flat HTML pages) -* Is entirely autmatic. Once added to your site, you need do no further work. +* Is entirely automatic. Once added to your site, you need do no further work. * Highly configurable ** Set the resolutions you want to become adaptive (usually the same as the ones in your CSS @media queries) ** Decide whether you want to go Mobile First or Desktop First if JavaScript is unavailable