From 8589485e8fef7229f729c7a0a2258c55fcf8b056 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Sat, 8 Jan 2022 13:03:33 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ee9a4..511de12 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ pip3 install adafruit-circuitpython-servokit #### Running -The hexapod program, located under `./software/raspberry pi/` is written in Python. Use the following command to start it manually. +The hexapod program, located under `./software/raspberry pi/`, is written in Python. Use the following command to start it manually. ``` bash python3 hexapod.py @@ -158,7 +158,7 @@ python3 hexapod.py ### PC -PC program source files are located under `./software/pc/`. The compiled progarm can be downloaded under the [release](https://github.com/rookiepeng/hexapod/releases) page. +PC program source files are located under `./software/pc/`. The compiled program can be downloaded under the [release](https://github.com/rookiepeng/hexapod/releases) page. pc_interface