From daf938ad033afb35dac8b0a3096458ac8f768259 Mon Sep 17 00:00:00 2001 From: Joshua Whitley Date: Wed, 4 Dec 2024 09:46:06 -0800 Subject: [PATCH] Fix README workflow badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d8f9419..41cb20e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ROS Joystick Drivers Stack # -[![](https://github.com/ros-drivers/joystick_drivers/workflows/Basic%20Build%20Workflow/badge.svg?branch=master)](https://github.com/ros-drivers/joystick_drivers/actions) +[![](https://github.com/ros-drivers/joystick_drivers/workflows/Basic%20Build%20Workflow/badge.svg?branch=main)](https://github.com/ros-drivers/joystick_drivers/actions) A simple set of nodes for supporting various types of joystick inputs and producing ROS messages from the underlying OS messages.