From 790f1ab270dfb65f8726d0abda6a8b5c6718a2f3 Mon Sep 17 00:00:00 2001 From: Adarsh Murthy Date: Mon, 10 Apr 2017 23:24:18 -0400 Subject: [PATCH 1/2] Fix README title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c261e4..8f0986c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# loan-management-system +# BlocNote ## Installation - [Postgres.app](http://postgresapp.com/) -- GitLab From 8dcb9c263fa28377c42835dc74b64e274827e5c3 Mon Sep 17 00:00:00 2001 From: Adarsh Murthy Date: Mon, 10 Apr 2017 23:25:18 -0400 Subject: [PATCH 2/2] Fix naming errors in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f0986c..0464d7b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation - [Postgres.app](http://postgresapp.com/) -- `createdb lms` +- `createdb blocnote` - `pip install -r requirements-dev.txt` - `cp .env.default .env` - `python manage.py migrate` -- GitLab