From 1e18287c8fc76202424cdda60b37dfc19d3596b5 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Wed, 21 Feb 2018 14:17:28 +0100 Subject: [PATCH] Correct minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9aa9029..574dc2c3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ $ npm run dev | Attribute | Description | Default | |------------------|-------------|---------| -| `data-backend-url` | The path to your Shariff backend, see below. Settings the value to `null` disables the backend feature. No counts will occur. | `null` | +| `data-backend-url` | The path to your Shariff backend, see below. Setting the value to `null` disables the backend feature. No counts will occur. | `null` | | `data-flattr-category` | Category to be used for Flattr. | `null` | | `data-flattr-user` | User that receives Flattr donation. | `null` | | `data-info-url` | URL of the info page. | `http://ct.de/-2467514` |