From 9f9423c5ed7f8cc47c5ea069ac7bb751963a5603 Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 15 Aug 2014 12:39:55 +0100 Subject: [PATCH] Include spelling --- Gruntfile.coffee | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e6fcc4fb42..ff6c31d390 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -30,6 +30,9 @@ SERVICES = [{ }, { name: "tags" repo: "https://github.com/sharelatex/tags-sharelatex.git" +}, { + name: "spelling" + repo: "https://github.com/sharelatex/spelling-sharelatex.git" }] module.exports = (grunt) -> diff --git a/README.md b/README.md index db5efca1c4..fb115b1567 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ The backend API for storing and fetching chat messages. The backend API for managing project tags (folders). +### [spelling](https://github.com/sharelatex/spelling-sharelatex) + +An API for running server-side spelling checking on ShareLaTeX documents. + Contributing ------------