Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed Apr 11, 2017
1 parent e6f0821 commit 2b13002
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 @@ -3,7 +3,7 @@
[![Travis](https://img.shields.io/travis/socialgorithm/ultimate-ttt-server.svg)](https://travis-ci.org/socialgorithm/ultimate-ttt-server)
[![npm](https://img.shields.io/npm/v/uttt.svg)](https://www.npmjs.com/package/uttt)
[![Coverage Status](https://coveralls.io/repos/github/aurbano/ultimate-ttt-server/badge.svg?branch=master)](https://coveralls.io/github/aurbano/ultimate-ttt-server?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/socialgorithm/ultimate-ttt-server/badge.svg?branch=master)](https://coveralls.io/github/socialgorithm/ultimate-ttt-server?branch=master)
[![npm](https://img.shields.io/npm/l/uttt.svg)](https://www.npmjs.com/package/uttt)

This is a system intended for games & hackathons mainly, for teams to write their own bot and compete against other bots.
Expand Down Expand Up @@ -149,4 +149,4 @@ You can check the [sample implementation](https://github.com/aurbano/ultimate-tt
## Testing a client

This repository includes a test file that can be run against a custom client to verify that it does the basics right.
Simply copy [`tests/client.test.js`](https://github.com/aurbano/ultimate-ttt-server/blob/master/tests/client.test.js) and point it to your implementation. The tests can be run by installing `ava` and then adding it as the test runner in your `package.json` file.
Simply copy [`tests/client.test.js`](https://github.com/aurbano/ultimate-ttt-server/blob/master/tests/client.test.js) and point it to your implementation. The tests can be run by installing `ava` and then adding it as the test runner in your `package.json` file.

0 comments on commit 2b13002

Please sign in to comment.