Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #5 from hectorj/hectorj-fix-coveralls-badge
Browse files Browse the repository at this point in the history
Fix coveralls badge
  • Loading branch information
hectorj committed Oct 18, 2015
2 parents fb87331 + ccf8494 commit 213f64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# TicTacToe
A simple human vs CPU TicTacToe game, powered by Go. You can play it here: http://hectorj.net/TicTacToe/

[![Build Status](https://travis-ci.org/hectorj/TicTacToe.svg?branch=master)](https://travis-ci.org/hectorj/TicTacToe) [![GoDoc](https://godoc.org/github.com/hectorj/TicTacToe?status.svg)](https://godoc.org/github.com/hectorj/TicTacToe/) [![Coverage Status](https://coveralls.io/repos/hectorj/TicTacToe/badge.svg?branch=master)](https://coveralls.io/r/hectorj/TicTacToe?branch=master)
[![Build Status](https://travis-ci.org/hectorj/TicTacToe.svg?branch=master)](https://travis-ci.org/hectorj/TicTacToe) [![GoDoc](https://godoc.org/github.com/hectorj/TicTacToe?status.svg)](https://godoc.org/github.com/hectorj/TicTacToe/) [![Coverage Status](https://coveralls.io/repos/hectorj/TicTacToe/badge.svg?branch=master&service=github)](https://coveralls.io/github/hectorj/TicTacToe?branch=master)

## Usage
There is currently 3 ways of using this package:
Expand Down

0 comments on commit 213f64b

Please sign in to comment.