diff --git a/docs/README-template.md b/docs/README-template.md index 5d4dc44..b1f2d32 100644 --- a/docs/README-template.md +++ b/docs/README-template.md @@ -46,7 +46,7 @@ Since version 1.3, Meme-Otron allows you to "pipe" parts in order to compose mor [part1] - [part2] - ... ``` -Each part can be one of the following: +Each `part` can be one of the following: * A template: as described in [Simple use](#simple-use) * Texts: ```text "text 1" "text 2" ...``` diff --git a/docs/build.py b/docs/build.py index 01f3bb6..e46dac5 100644 --- a/docs/build.py +++ b/docs/build.py @@ -48,7 +48,7 @@ def main(): "See that guy over there?", "He uses an image editor to make memes", "", - "meme-otron dev") + "meme-otron's dev") content = produce_example(content, "EXAMPLE3", "example3.jpg", "Note how texts make paragraphs", @@ -56,7 +56,7 @@ def main(): "*Meme has a 'made with meme-otron' watermark*", "reddit: ...", "9gag: ...", - "meme-otron dev:", + "meme-otron's dev:", "-", "culture", "meme otron") @@ -67,7 +67,7 @@ def main(): "https://i.imgur.com/DNLFUuK.png", "-", "text", - "meme-otron dev close to finishing the idea", + "meme-otron's dev close to finishing the idea", "-", "holup")