From 2e8f99a3f9ec2c8e203ad289879f7732677ba078 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 23 Jul 2025 13:08:24 +0900 Subject: [PATCH] Add a missing period (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4233ebb..b25b356 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenArm CAN Library A C++ library for CAN communication with OpenArm robotic hardware, supporting Damiao motors over CAN/CAN-FD interfaces. -This library is a part of [OpenArm](https://github.com/enactic/openarm/). See detailed setup guide and docs [here](https://docs.openarm.dev/software/can) +This library is a part of [OpenArm](https://github.com/enactic/openarm/). See detailed setup guide and docs [here](https://docs.openarm.dev/software/can). ## Quick Start