From f2dbb2cf497b2b6ab58e5889eb8dec95ddfd2ddd Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 8 Apr 2022 10:12:06 +0200 Subject: [PATCH] fixed some typos in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32e4ce3..e2ed754 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ dda-masto-embed embedd either your timeline or answers to an specific post on your website. * Uses JS, **no intermediate server** required, -* in answer mode you can deside to show only favorited answers in order to do upfront moderation +* in answer mode you can decide to show only favorited answers in order to do upfront moderation * example for embedding a timeline at [meissa-gmbh.de/news](https://meissa-gmbh.de/pages/news/) * example for embedding answers to a specific post at [meissa-gmbh.de/sustainibility_microplastic](https://meissa-gmbh.de/pages/about_meissa/gemeinwohl/sustainability_microplastic/) * Download latest version at: @@ -21,8 +21,8 @@ dda-masto-embed embedd either your timeline or answers to an specific post on yo ## include a timeline -Including a timeline needs the following html. The div with id `masto-embed` configures the timeline to be showed. -We use bootstrap for a rough styling. More styling is up to you at the moment, help is welcome :-) +Including a timeline needs the following html. The div with id `masto-embed` configures the timeline to be shown. +We use bootstrap for rough styling. More styling is up to you at the moment, help is welcome :-) ```