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.