From 2379351f899e51692fe167f566f51b3e617b6419 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 20 Jun 2017 15:41:22 -0700 Subject: [PATCH] fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9c82a..ada5828 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To install the library: # pip install pandacan ``` -See [panda.py](https://github.com/commaai/panda/blob/master/lib/panda.py) for how to interact with the panda. +See [this class](https://github.com/commaai/panda/blob/master/panda/__init__.py#L80) for how to interact with the panda. For example, to receive CAN messages: ```