From 23e25fdcff053e0eb09a153438c849a160b8e9bf Mon Sep 17 00:00:00 2001 From: HerrHase Date: Sun, 4 Dec 2022 23:23:19 +0100 Subject: [PATCH] finish documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a04dd64..b413748 100644 --- a/README.md +++ b/README.md @@ -192,11 +192,11 @@ optimize Images. The Filter needs a relative Path in the File Structure. Basic Usage: ``` -{% page.teaser.src | resize({ 'width' '300' }) %} +{% page.teaser.src | resize({ 'width': '300' }) %} ``` Add options: ``` -{% page.teaser.src | resize({ 'width' '300' }, { sigma: 2 }) %} +{% page.teaser.src | resize({ 'width': '300' }, { sigma: 2 }) %} ``` \ No newline at end of file