From 781aace7fba553beaf76ec4ed70412eb07a4ac81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Filip?= Date: Sun, 13 Mar 2022 17:25:41 +0100 Subject: [PATCH] Change order of sections in Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6ac4b2..02b83bd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Python package to build your own Signal bots. To run the the bot you need to start the [signal-cli-rest-api](https://github.com/bbernhard/signal-cli-rest-api) service and link your device with it. Please refer to that project for more details. The API server must run in `json-rpc` mode. +## Getting Started + +Please see https://github.com/filipre/signalbot-example for an example how to use the package and how to build a simple bot. + ## Classes and API *Documentation work in progress. Feel free to open an issue for questions.* @@ -49,10 +53,6 @@ class PingChatTest(ChatTestCase): ``` In `signalbot.utils`, check out `ReceiveMessagesMock`, `SendMessagesMock` and `ReactMessageMock` to learn more about their API. -## Getting Started - -Please see https://github.com/filipre/signalbot-example for an example how to use the package and how to build a simple bot. - ## Troubleshooting - Check that you linked your account successfully