From 2a09f6bac10fa3bb04479dbb0c5429b2b82d5dd8 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 3 May 2013 11:28:05 -0400 Subject: [PATCH] Clarified based on @shnayder's comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f5d7ba1c1..80e534730d 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ And `rake` will start up your Django project on the localhost, port 8001. To view your running project, type `127.0.0.1:8001` into your web browser, and you should see edX in all its glory! -If you need to run old XML-only LMS (which doesn't use the database), run this -instead: +If you need to run old XML-only LMS (which doesn't use the mongo database for +course content), run this instead: $ rake lms