From c70ba6afa3d59bcc6df3651e503b6c73b5178539 Mon Sep 17 00:00:00 2001 From: Simon Stone Date: Sun, 20 Oct 2024 22:26:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e940e..4e12676 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SerialPort A light-weight C++ library for cross-platform serial communication on Linux and Windows. -![CMake Linux](https://github.com/nullpunktTUD/SerialPort/actions/workflows/cmake_linux.yml/badge.svg) ![CMake Windows](https://github.com/nullpunktTUD/SerialPort/actions/workflows/cmake_windows.yml/badge.svg) +![CMake Linux](https://github.com/Simon-Stone/SerialPort/actions/workflows/cmake_linux.yml/badge.svg) ![CMake Windows](https://github.com/Simon-Stone/SerialPort/actions/workflows/cmake_windows.yml/badge.svg) ## Build instructions The build instructions are the same for both Windows (tested on Windows 10) and Linux (tested on Ubuntu 20.04):