From 3fac80a9a1fc2df98b22068a61d47287e46fc2d2 Mon Sep 17 00:00:00 2001 From: geeksville Date: Tue, 28 Apr 2020 15:02:36 -0700 Subject: [PATCH] link to the autogenerated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 014e9ce..98fd713 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ A python client for using Meshtastic devices. This small library (and example ap You probably don't want this yet because it is a pre-alpha WIP. -For the API documentation [click here](./docs/meshtastic). +For the API documentation [click here](https://meshtastic.github.io/Meshtastic-python/meshtastic/index.html). For the rough notes/implementation plan see [TODO](./TODO.md).