fix exmaples spelling

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-04-29 19:38:54 +02:00
parent 4b83377905
commit 68afdbf3fc
4 changed files with 8 additions and 8 deletions

View File

@ -70,7 +70,7 @@
<li>Bashbot testsuite</li> <li>Bashbot testsuite</li>
</ul></li> </ul></li>
<li><a href="doc/8_customize.md">Customize bashbot environment</a></li> <li><a href="doc/8_customize.md">Customize bashbot environment</a></li>
<li><a href="examples/README.MD">Exmaples</a></li> <li><a href="examples/README.md">Examples</a></li>
</ul> </ul>
<h2 id="security-considerations">Security Considerations</h2> <h2 id="security-considerations">Security Considerations</h2>
<p>Running a Telegram Bot means it is connected to the public and you never know whats send to your Bot.</p> <p>Running a Telegram Bot means it is connected to the public and you never know whats send to your Bot.</p>
@ -97,6 +97,6 @@
<p><span class="citation">@Gnadelwartz</span></p> <p><span class="citation">@Gnadelwartz</span></p>
<h2 id="thats-it">Thats it!</h2> <h2 id="thats-it">Thats it!</h2>
<p>If you feel that theres something missing or if you found a bug, feel free to submit a pull request!</p> <p>If you feel that theres something missing or if you found a bug, feel free to submit a pull request!</p>
<h4 id="version-v0.7-pre2-0-g7ce2c5b"><br /><span class="math display"><em>V</em><em>E</em><em>R</em><em>S</em><em>I</em><em>O</em><em>N</em></span><br /> v0.7-pre2-0-g7ce2c5b</h4> <h4 id="version-v0.7-pre2-1-g4b83377"><br /><span class="math display"><em>V</em><em>E</em><em>R</em><em>S</em><em>I</em><em>O</em><em>N</em></span><br /> v0.7-pre2-1-g4b83377</h4>
</body> </body>
</html> </html>

View File

@ -51,7 +51,7 @@ Bashbot [Documentation](https://github.com/topkecleon/telegram-bot-bash) and [Do
* Prepare a new version * Prepare a new version
* Bashbot testsuite * Bashbot testsuite
* [Customize bashbot environment](doc/8_customize.md) * [Customize bashbot environment](doc/8_customize.md)
* [Exmaples](examples/README.MD) * [Examples](examples/README.md)
## Security Considerations ## Security Considerations
Running a Telegram Bot means it is connected to the public and you never know whats send to your Bot. 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! 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

View File

@ -58,7 +58,7 @@ all](https://core.telegram.org/bots#3-how-do-i-create-a-bot)
* Prepare a new version * Prepare a new version
* Bashbot testsuite * Bashbot testsuite
* [Customize bashbot environment](doc/8_customize.md) * [Customize bashbot environment](doc/8_customize.md)
* [Exmaples](examples/README.MD) * [Examples](examples/README.md)
## Security Considerations ## Security Considerations
Running a Telegram Bot means it is connected to the public and you never know 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 If you feel that there's something missing or if you found a bug, feel free to
submit a pull request! submit a pull request!
#### $$VERSION$$ v0.7-pre2-0-g7ce2c5b #### $$VERSION$$ v0.7-pre2-1-g4b83377

View File

@ -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. 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. '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. 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