From 68afdbf3fc9d8f4220cd6d11ef602582bb717ee0 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Mon, 29 Apr 2019 19:38:54 +0200 Subject: [PATCH] fix exmaples spelling --- README.html | 4 ++-- README.md | 4 ++-- README.txt | 4 ++-- examples/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.html b/README.html index a4d6e0f..ea61c68 100644 --- a/README.html +++ b/README.html @@ -70,7 +70,7 @@
  • Bashbot testsuite
  • Customize bashbot environment
  • -
  • Exmaples
  • +
  • Examples
  • Security Considerations

    Running a Telegram Bot means it is connected to the public and you never know whats send to your Bot.

    @@ -97,6 +97,6 @@

    @Gnadelwartz

    That’s it!

    If you feel that there’s something missing or if you found a bug, feel free to submit a pull request!

    -


    VERSION
    v0.7-pre2-0-g7ce2c5b

    +


    VERSION
    v0.7-pre2-1-g4b83377

    diff --git a/README.md b/README.md index 43a3686..8003e09 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Bashbot [Documentation](https://github.com/topkecleon/telegram-bot-bash) and [Do * Prepare a new version * Bashbot testsuite * [Customize bashbot environment](doc/8_customize.md) -* [Exmaples](examples/README.MD) +* [Examples](examples/README.md) ## Security Considerations Running a Telegram Bot means it is connected to the public and you never know whats send to your Bot. @@ -93,4 +93,4 @@ Well, thats a damn good question ... may be because I'm an Unix/Linux admin from If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v0.7-pre2-0-g7ce2c5b +#### $$VERSION$$ v0.7-pre2-1-g4b83377 diff --git a/README.txt b/README.txt index 608e51c..89eec0f 100644 --- a/README.txt +++ b/README.txt @@ -58,7 +58,7 @@ all](https://core.telegram.org/bots#3-how-do-i-create-a-bot) * Prepare a new version * Bashbot testsuite * [Customize bashbot environment](doc/8_customize.md) -* [Exmaples](examples/README.MD) +* [Examples](examples/README.md) ## Security Considerations Running a Telegram Bot means it is connected to the public and you never know @@ -130,4 +130,4 @@ health status If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v0.7-pre2-0-g7ce2c5b +#### $$VERSION$$ v0.7-pre2-1-g4b83377 diff --git a/examples/README.md b/examples/README.md index 9c51671..317858c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,7 +13,7 @@ Two examples for interactive scripts are provided as 'calc.sh' and 'question.sh' Background jobs are an easy way to provide sceduled messages or alerts if something happens. -'notify.sh' shows you a simple exmaple to send a message ervery x seonds, e.g. actual time. +'notify.sh' shows you a simple examples to send a message ervery x seonds, e.g. actual time. 'background-scripts' contains a more complex example on how to start and kill many scripts sending messages to a chat. @@ -30,6 +30,6 @@ Background jobs are an easy way to provide sceduled messages or alerts if someth In 'external-use' you will find some examples on how to send messages from external scripts to send messages to Telegram chats or users. -#### $$VERSION$$ v0.7-pre2-0-g7ce2c5b +#### $$VERSION$$ v0.7-pre2-1-g4b83377