From e4555ed6fad9c9a774fe59cb3b0dc2c80ac3e0d7 Mon Sep 17 00:00:00 2001 From: Max Wu Date: Thu, 2 Jun 2016 03:47:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc79bcd1..17441063 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Get started DB migration --- -If you are upgrading HackMD from older version, you might need to do this to apply the DB schema changes. +If you are upgrading HackMD from an older version, you might need to do this to apply the DB schema changes. 1. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string. For example: `postgres://username:password@localhost:5432/hackmd`