From 687f8110f02605a0083455df97f15db9b71cfcf2 Mon Sep 17 00:00:00 2001 From: Celian Garcia Date: Sun, 2 Aug 2020 14:22:07 +0200 Subject: [PATCH] Updated badges --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 003a0af..69ca155 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # enviper -[![GoDoc](https://godoc.org/github.com/iamolegga/enviper?status.svg)](https://godoc.org/github.com/iamolegga/enviper) -[![Build Status](https://circleci.com/gh/iamolegga/enviper.svg?style=svg)](https://circleci.com/gh/iamolegga/enviper) -[![Test Coverage](https://api.codeclimate.com/v1/badges/85fb13ce6638226a3732/test_coverage)](https://codeclimate.com/github/iamolegga/enviper/test_coverage) -[![Maintainability](https://api.codeclimate.com/v1/badges/85fb13ce6638226a3732/maintainability)](https://codeclimate.com/github/iamolegga/enviper/maintainability) -[![Go Report Card](https://goreportcard.com/badge/github.com/iamolegga/enviper)](https://goreportcard.com/report/github.com/iamolegga/enviper) +[![GoDoc](https://godoc.org/github.com/milobella/enviper?status.svg)](https://godoc.org/github.com/milobella/enviper) +[![Build Status](https://circleci.com/gh/milobella/enviper.svg?style=svg)](https://circleci.com/gh/milobella/enviper) +[![Test Coverage](https://api.codeclimate.com/v1/badges/c711121840625edc0c38/test_coverage)](https://codeclimate.com/github/milobella/enviper/test_coverage) +[![Maintainability](https://api.codeclimate.com/v1/badges/c711121840625edc0c38/maintainability)](https://codeclimate.com/github/milobella/enviper/maintainability) +[![Go Report Card](https://goreportcard.com/badge/github.com/milobella/enviper)](https://goreportcard.com/report/github.com/milobella/enviper) Package enviper is a helper/wrapper for [viper](http://github.com/spf13/viper) with the same API. It makes it possible to unmarshal config to struct considering environment variables.