From 0cbee5e927f7665b553efe2f51dc0e607001e2a9 Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Thu, 18 Jan 2024 17:56:36 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f62568..4a809eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cfg [![GoDoc](https://godoc.org/github.com/wiggin77/cfg?status.svg)](https://godoc.org/github.com/wiggin77/cfg) -[![Build Status](https://github.com/wiggin77/cfg/actions/workflows/go.yml/badge.svg) +![Build Status](https://github.com/wiggin77/cfg/actions/workflows/go.yml/badge.svg) Go package for app configuration. Supports chained configuration sources for multiple levels of defaults. Includes APIs for loading Linux style configuration files (name/value pairs) or INI files, map based properties,