From c6b631f701264e69c5eed672bf72fab676fa01da Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Thu, 27 Apr 2023 08:36:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a86a67..cf9520d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-configparser [![Build Status](https://travis-ci.org/bigkevmcd/go-configparser.png)](https://travis-ci.org/bigkevmcd/go-configparser) +# go-configparser [![Go](https://github.com/bigkevmcd/go-configparser/actions/workflows/go.yml/badge.svg)](https://github.com/bigkevmcd/go-configparser/actions/workflows/go.yml) Go implementation of the Python ConfigParser class. This can parse Python-compatible ConfigParser config files, including support for option interpolation.