Skip to content

Commit

Permalink
gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed May 28, 2014
1 parent 48b5618 commit 867a223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,7 @@ This is a simple module designed to assist with working with

[![NPM](https://nodei.co/npm/geonames.png)](https://nodei.co/npm/geonames/)

[![Build Status](https://travis-ci.org/DamonOehlman/geonames.png?branch=master)](https://travis-ci.org/DamonOehlman/geonames)
[![Build Status](https://img.shields.io/travis/DamonOehlman/geonames.svg?branch=master)](https://travis-ci.org/DamonOehlman/geonames) [![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/badges/stability-badges) [![Dependency Status](https://david-dm.org/DamonOehlman/geonames.svg)](https://david-dm.org/DamonOehlman/geonames)

## Example Usage

Expand Down Expand Up @@ -48,7 +48,7 @@ pull(

### MIT

Copyright (c) 2013 Damon Oehlman <damon.oehlman@gmail.com>
Copyright (c) 2014 Damon Oehlman <damon.oehlman@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 4 additions & 2 deletions docs.json
@@ -1,8 +1,10 @@
{
"badges": {
"nodeico": true,
"travis": true
"travis": true,
"stability": "unstable",
"david": true
},

"license": {}
}
}

0 comments on commit 867a223

Please sign in to comment.