From 2d7167bf667de8804a06f752d61480010617bf97 Mon Sep 17 00:00:00 2001 From: dengliming Date: Mon, 18 May 2020 13:53:35 +0800 Subject: [PATCH] Fix the path of the example.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3cbb0..3dedd2d 100644 --- a/README.md +++ b/README.md @@ -125,5 +125,5 @@ while True: client.disconnect() ```` -更多详情请查看 [Sample](https://github.com/haozi3156666/canal-python/blob/master/example.py) +更多详情请查看 [Sample](https://github.com/haozi3156666/canal-python/blob/master/canal/example.py)