Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Feb 5, 2017
1 parent 83be8ac commit 7d0b86a
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# github-contribution-color-graph
GitHub Contribution Color Graph
===============================

[![Build Status][travis-image]][travis-url]
[![Dependency Status][gemnasium-image]][gemnasium-url]

Change colors of contribution graph in GitHub.

Setup
-----

```bash
$ npm install
```

Test
----

```bash
$ npm test
```

Build
-----

```bash
$ grunt build
```

Screenshot
----------

![Screenshot](https://raw.github.com/williambelle/github-contribution-color-graph/master/docs/screenshot.png)

License
-------

The MIT License (MIT)

[travis-image]: https://travis-ci.org/williambelle/github-contribution-color-graph.svg?branch=master
[travis-url]: https://travis-ci.org/williambelle/github-contribution-color-graph
[gemnasium-image]: https://gemnasium.com/badges/github.com/williambelle/github-contribution-color-graph.svg
[gemnasium-url]: https://gemnasium.com/github.com/williambelle/github-contribution-color-graph

0 comments on commit 7d0b86a

Please sign in to comment.