diff options
-rw-r--r-- | docs/index.rst | 4 |
1 files 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 | |||
5 | 5 | ||
6 | Usage | 6 | Usage |
7 | ----- | 7 | ----- |
8 | Register your app! This only needs to be done once. Uncomment the code and substitute in your information: | 8 | 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: |
9 | 9 | ||
10 | .. code-block:: python | 10 | .. code-block:: python |
11 | 11 | ||
@@ -19,7 +19,7 @@ Register your app! This only needs to be done once. Uncomment the code and subst | |||
19 | ) | 19 | ) |
20 | ''' | 20 | ''' |
21 | 21 | ||
22 | Then login. This can be done every time, or you can use the persisted information: | 22 | 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: |
23 | 23 | ||
24 | .. code-block:: python | 24 | .. code-block:: python |
25 | 25 | ||