diff --git a/README.md b/README.md index 68239a6..97bde19 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -EscherGo - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-go.svg?branch=master)](https://travis-ci.org/emartech/escher-go) +EscherGo - HTTP request signing lib =================================== +![Build Status](https://github.com/emartech/escher-go/actions/workflows/go.yml/badge.svg) Go implementation of the [AWS4](http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html) compatible [Escher](https://github.com/emartech/escher) HTTP request signing and authentication library. Prerequisite ------------ -In order to run the tests, some Go libraries should be installed. See `.travis.yml` for tips. +In order to run the tests, some Go libraries should be installed. Use `go get` to install the dependencies. Run the tests -------------