From 9b17961367944fe6f008aa6541c9dc88b55bc9af Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 15 Aug 2014 11:15:05 +0100 Subject: [PATCH] Add in mention of chat service --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8018001c3b..7181fa514d 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,11 @@ An API for performing CRUD (Create, Read, Update and Delete) operations on binar ### [track-changes](https://github.com/sharelatex/track-changes-sharelatex) [![Build Status](https://travis-ci.org/sharelatex/track-changes-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/track-changes-sharelatex) An API for compressing and storing the updates applied to a document, and then rendering a diff of the changes -between any two time points. *Still in development and not hooked into the UI yet*. +between any two time points. + +### [chat](https://github.com/sharelatex/chat-sharelatex) [![Build Status](https://travis-ci.org/sharelatex/chat-sharelatex.png?branch=master)](https://travis-ci.org/sharelatex/chat-sharelatex) + +The backend API for storing and fetching chat messages. Contributing ------------