From 03a40bebcf00de3f461e2317c48b5617a1d3cd7d Mon Sep 17 00:00:00 2001 From: noahhusby <32528627+noahhusby@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:24:14 -0400 Subject: [PATCH] Add docs to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e56e87..0666611 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ # aiostreammagic #### An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers + +[**๐Ÿ“– Read the docs ยป**][docs] + [![GitHub Release][releases-shield]][releases] [![Python Versions][python-versions-shield]][pypi] [![Downloads][downloads-shield]][pypi] @@ -97,6 +100,7 @@ if __name__ == '__main__': ``` [license-shield]: https://img.shields.io/github/license/noahhusby/aiostreammagic.svg +[docs]: https://noahhusby.github.io/aiostreammagic/ [downloads-shield]: https://img.shields.io/pypi/dm/aiostreammagic [python-versions-shield]: https://img.shields.io/pypi/pyversions/aiostreammagic [maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg