Include spelling

This commit is contained in:
James Allen 2014-08-15 12:39:55 +01:00
parent d7c50048bb
commit 810435ef02
2 changed files with 7 additions and 0 deletions

View file

@ -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) ->

View file

@ -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
------------