From 9e23587e80b3f9140eae04fe950dff7ce5cbbf40 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Mon, 12 Sep 2022 08:27:36 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cf869d..df8a232 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ python3 -m pip install -U wheel python3 -m pip install tornado cd esp-idf-can2http cd tornado -python can.py +python3 can.py ``` ![can2http-tornado](https://user-images.githubusercontent.com/6020549/123871778-18774900-d96f-11eb-95b6-df9713047c30.jpg) @@ -182,7 +182,7 @@ python3 -m pip install -U Werkzeug python3 -m pip install flask cd esp-idf-can2http cd flask -python can.py +python3 can.py ``` ![can2http-flask](https://user-images.githubusercontent.com/6020549/123871850-35ac1780-d96f-11eb-9d03-c1a0b547e9c8.jpg)