diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7ead0c..5f57db98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Removed G+ counter from documentation and demo. (richard67) - Fixed handling of `data-mail-subject`. (richard67) - Fixed crashes occuring if HTML document is missing a valid `` tag. (richard67) +- Fixed typo in documentation. (cedricziel) - Improved distinguishability of reddit icon. (richard67) - Improved translations and translation documentation. (richard67) diff --git a/README.md b/README.md index b95d5ca5..7f9d50bd 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` |