From c1677191bb6747d00d4e54409f2a65ee528d793d Mon Sep 17 00:00:00 2001 From: Pierre Burel Date: Mon, 13 Apr 2015 10:31:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985bcff..651ab16 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ You can also change the baseline zoom by passing the desired zoom to the `rem-ba @import "rem"; html { - @include rem-baseline; // Default to 100% + @include rem-baseline; // Default zoom to 100% @media (max-width: 400px) { @include rem-baseline(75%);