From c29d344821d08357506f44dbfddff0f27c098519 Mon Sep 17 00:00:00 2001 From: bdring Date: Fri, 21 Sep 2018 16:13:48 -0500 Subject: [PATCH] Fixed Build Test Badge in readme.md Badge was pointing the the wrong branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 211cfd97..72b6f0df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Project Overview -[![Build Status](https://travis-ci.org/bdring/Grbl_Esp32.svg?branch=WebUI)](https://travis-ci.org/bdring/Grbl_Esp32) +[![Build Status](https://travis-ci.org/bdring/Grbl_Esp32.svg?branch=master)](https://travis-ci.org/bdring/Grbl_Esp32) This is a port of [Grbl](https://github.com/gnea/grbl) for the ESP32. The ESP32 is potentially a great target for Grbl for the following reasons