Skip to content

Commit

Permalink
Clarify some things
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Nov 28, 2022
1 parent 1704965 commit 7635c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7635c00

Please sign in to comment.