From 2176fc61421f7430a475046db6eeccfc48eb8b4f Mon Sep 17 00:00:00 2001 From: Swapnil Agarwal Date: Sat, 22 Feb 2014 00:59:52 +0530 Subject: [PATCH] Fix Minor Typo in README.md --- server-ce/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/README.md b/server-ce/README.md index e138e90bfc..eb896949f0 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -9,7 +9,7 @@ or **[join in the discussion on Hacker News](https://news.ycombinator.com/item?i Installation ------------ -ShareLaTeX uses a service orientied architecture (SOA) where we have lots of small +ShareLaTeX uses a service oriented architecture (SOA) where we have lots of small APIs that talk to each other over HTTP and Redis pub-sub channels. This repository pulls together all of the different services and allows you to set up and run them quickly.