From 7635c00d253baf8f48d3a84665178c782b7ef533 Mon Sep 17 00:00:00 2001 From: halcy Date: Tue, 29 Nov 2022 01:22:38 +0200 Subject: Clarify some things --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a333433..6141557 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ Mastodon.py Usage ----- -Register your app! This only needs to be done once. Uncomment the code and substitute in your information: +Register your app! This only needs to be done once (per server, or when distributing rather than hosting an application, most likely per device and server). Uncomment the code and substitute in your information: .. code-block:: python @@ -19,7 +19,7 @@ Register your app! This only needs to be done once. Uncomment the code and subst ) ''' -Then login. This can be done every time, or you can use the persisted information: +Then, log in. This can be done every time your application starts (e.g. when writing a simple bot), or you can use the persisted information: .. code-block:: python -- cgit v1.2.3