From ac778b1a5a7d8466a79522639d37c4deb24235fd Mon Sep 17 00:00:00 2001 From: Branden Byers Date: Fri, 6 Feb 2015 00:14:41 -0600 Subject: [PATCH] Switch order of starting mongo server directions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3ecb26017..bf5e091c03 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ LINKEDIN_SECRET='LINKEDIN APP SECRET' ```bash -# Seed your database with the challenges -node seed_data/seed.js - # Start the mongo server mongod +# Seed your database with the challenges +node seed_data/seed.js + # start the application gulp