diff --git a/docs/source/index.rst b/docs/source/index.rst index d87ea63..ac9553f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,7 +16,7 @@ A familiar HTTP Service Framework for Python. if __name__ == '__main__': api.run() -Powered by `Starlette`_ and `uvicorn`_. The ``async`` is optional. +Powered by `Starlette`_, `uvicorn`_, and good intentions. The ``async`` is optional. The Idea