From 4aeb4e6ea048c0748473d2459ec604fa0b54a377 Mon Sep 17 00:00:00 2001 From: Tim Lister Date: Mon, 29 Jun 2015 17:07:46 -0700 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aacfca911..44270efbe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ NEO Exchange ============ -Portal for scheduling observations of NEOs using LCOGT (Version 1.0) +Portal for scheduling observations of NEOs using LCOGT (Version 1.0.1) Setup ----- @@ -81,4 +81,4 @@ STATIC_ROOT = os.path.abspath(os.path.join(BASE_DIR, '../../static/')) To prepare the local SQLite DB for use, you should follow these steps: 1. `cd neoexchange\neoexchange` -2. Run `python manage.py syncdb`. This is perform migrations as necessary. +2. Run `python manage.py syncdb`. This will perform migrations as necessary.