From 6c6af6d95fa6c8ef19799fa6edbc6308ed6b86cd Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Fri, 19 Jul 2013 00:19:11 -0400 Subject: [PATCH] Fix up build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac5313f1..8650ebdeb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use + We're using torrent-style DHT so that peers can find the IP of the other peers when they have their ID. + Once the client has the IP of that peer, they start initiating a secure connection with each other. (See [Crypto](https://github.com/irungentoo/ProjectTox-Core/blob/master/docs/Crypto.txt)) + When both peers are securely connect with the encryption, they can securely exchange messages, initiate a video chat, send files, etc.
-[![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) ++ Current build status: [![Build Status](https://travis-ci.org/irungentoo/ProjectTox-Core.png?branch=master)](https://travis-ci.org/irungentoo/ProjectTox-Core) ## Roadmap: - [x] Get our DHT working perfectly.(Done, needs large scale testing though.)