From ba2d70b2676865a47a342b3120fe9cf2c642d402 Mon Sep 17 00:00:00 2001 From: Andrii Shumada Date: Mon, 5 Feb 2018 15:49:11 +0200 Subject: [PATCH] fix repo path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c0d9ad..e5ace2a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ loading configuration files for node modules. If you are building a node module that needs a configuration file, that the user of the module creates, you have come to the right place. -[![Build Status](https://travis-ci.org/Muscula/moduleconfig.png)](https://travis-ci.org/Muscula/moduleconfig) +[![Build Status](https://travis-ci.org/ebdrup/moduleconfig.png)](https://travis-ci.org/ebdrup/moduleconfig) [![NPM version](https://badge.fury.io/js/moduleconfig.png)](http://badge.fury.io/js/moduleconfig) -[![Dependency Status](https://gemnasium.com/Muscula/moduleconfig.png)](https://gemnasium.com/Muscula/moduleconfig) +[![Dependency Status](https://gemnasium.com/ebdrup/moduleconfig.png)](https://gemnasium.com/ebdrup/moduleconfig) You are building a module `MyModule` with a user config file ------------------------------------------------