diff --git a/README.md b/README.md index 41f1efd..4940b26 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,11 @@ def me(): - - """ - + """ if __name__ == "__main__": app.run() - ``` @@ -65,4 +62,7 @@ if __name__ == "__main__": ### Documentation +Head over to [documentation] for full API reference. + +[documentation]: https://flask-discord.readthedocs.io/en/latest/ \ No newline at end of file diff --git a/docs/introduction.rst b/docs/introduction.rst index 0a112cf..40629b8 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -79,10 +79,7 @@ in exchange for fetching user's details and display them on web page. - - """ - - + """ if __name__ == "__main__": app.run() \ No newline at end of file