From f4decfcddd117667109770a5957f91cc16579867 Mon Sep 17 00:00:00 2001 From: Michael Haren Date: Wed, 6 Feb 2013 09:36:57 -0500 Subject: [PATCH] someone accidentally a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618db5d4e..d51a68981 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Discourse implements a variety of open source tech. You may wish to familiarize ### Languages/Frameworks 1. [Ruby on Rails](https://github.com/rails/rails) - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON. -2. [Ember.js](https://github.com/emberjs/ember.js) - Our front end interface is an Ember.js app that communicates the Rails API. +2. [Ember.js](https://github.com/emberjs/ember.js) - Our front end interface is an Ember.js app that communicates with the Rails API. ### Databases