Skip to content

Commit

Permalink
fix repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleeye authored Feb 5, 2018
1 parent 01d4c0c commit ba2d70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------------------------------------
Expand Down

0 comments on commit ba2d70b

Please sign in to comment.