diff options
author | Max Wu | 2016-06-02 03:47:45 +0800 |
---|---|---|
committer | Max Wu | 2016-06-02 03:47:45 +0800 |
commit | e4555ed6fad9c9a774fe59cb3b0dc2c80ac3e0d7 (patch) | |
tree | 2543e4270e0bee629abe2f836b025d539e0f7eb7 | |
parent | 7b093899ce734f4bef649efda9f8c0af281c3aaf (diff) |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |