From 1a0c3ebf99f0a5d54b3b02d9b6c9835e5e6af8c4 Mon Sep 17 00:00:00 2001 From: Jake Ireland Date: Sat, 24 Sep 2022 11:00:50 +1200 Subject: [PATCH] Correct workflow name in CI badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 723ca79..fff5b4e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jakewilliami.github.io/HiddenFiles.jl/dev) -[![CI](https://github.com/invenia/PkgTemplates.jl/workflows/CI/badge.svg)](https://github.com/jakewilliami/HiddenFiles.jl/workflows/ci/badge.svg?branch=master) +[![CI](https://github.com/invenia/PkgTemplates.jl/workflows/CI/badge.svg)](https://github.com/jakewilliami/HiddenFiles.jl/workflows/CI/badge.svg?branch=master) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) A simple tool to determine if a file directory is hidden. Works on any™ file system!