From 17f6c50c4ff81db8033361d797ce1ac552762a43 Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Mon, 2 Sep 2024 22:03:00 -0700 Subject: [PATCH] Add blue style badge to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9f8da8..8924aac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![codecov.io](https://codecov.io/github/rofinn/FilePathsBase.jl/coverage.svg?branch=master)](https://codecov.io/rofinn/FilePathsBase.jl?branch=master) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://rofinn.github.io/FilePathsBase.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://rofinn.github.io/FilePathsBase.jl/dev) +[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle) FilePathsBase.jl provides a type based approach to working with filesystem paths in julia.