Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-viskov committed Sep 10, 2022
1 parent f8e8804 commit 5438352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ Once we know we can access it, we can get an instance of the service from the la
ags = launch.get_ags()
There are few function to check different `ags` permissions:
There are few functions to check different ``ags`` permissions:

.. code-block:: python
Expand Down Expand Up @@ -661,7 +661,7 @@ The library will try to fetch the platform's public key every time on the messag
**Important note!** Be careful with using this function because time period of rotating keys could be less than cache lifetime.
For example D2L appears to expire their keys approximately hourly.
You may pass custom `requests.Session` objects during message launch which allows caching using HTTP response headers:
You may pass custom ``requests.Session`` objects during message launch which allows caching using HTTP response headers:

.. code-block:: python
Expand Down

0 comments on commit 5438352

Please sign in to comment.