James Allen 12 лет назад
Родитель
Сommit
9f9423c5ed
2 измененных файлов с 7 добавлено и 0 удалено
  1. 3 0
      Gruntfile.coffee
  2. 4 0
      README.md

+ 3 - 0
Gruntfile.coffee

@@ -30,6 +30,9 @@ SERVICES = [{
 }, {
 }, {
 	name: "tags"
 	name: "tags"
 	repo: "https://github.com/sharelatex/tags-sharelatex.git"
 	repo: "https://github.com/sharelatex/tags-sharelatex.git"
+}, {
+	name: "spelling"
+	repo: "https://github.com/sharelatex/spelling-sharelatex.git"
 }]
 }]
 
 
 module.exports = (grunt) ->
 module.exports = (grunt) ->

+ 4 - 0
README.md

@@ -120,6 +120,10 @@ The backend API for storing and fetching chat messages.
 
 
 The backend API for managing project tags (folders).
 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
 Contributing
 ------------
 ------------