From 35f5f95c2a60f174180390cd2f1421d2bb1517a8 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 8 Jan 2023 10:18:28 -0600 Subject: [PATCH] docs ~ (README) point CodeCov badge at 'main' branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f3f88..a097331 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ platform-info [![Crates.io](https://img.shields.io/crates/v/platform-info.svg)](https://crates.io/crates/platform-info) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -[![CodeCov](https://codecov.io/gh/uutils/platform-info/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/platform-info) +[![CodeCov](https://codecov.io/gh/uutils/platform-info/branch/main/graph/badge.svg)](https://codecov.io/gh/uutils/platform-info/tree/main) A simple cross-platform way to get information about the currently running system.