From d89bc1e93db4433526880869f6c487b90a65e29b Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 18 Nov 2020 11:35:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 067daa6..ceff8ee 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The `step` property (defaults to `200`) helps reducing the amounts of transforma How? Basically whenever we calculate the dynamic size of the image rendered on the DOM we will get very specific numbers depending on the device. -With `step` we approximate the size needed to a multiple of `step`. +With `step` we approximate the size needed to the nearset bigger multiple of `step`. ###### Example