From 3678f97b304b03ed876e18922891e1ab3d97dfcf Mon Sep 17 00:00:00 2001 From: Charles Crete Date: Fri, 20 Jul 2018 17:41:38 -0400 Subject: [PATCH] Fix JSON quotes for script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eab22fd..787d9912 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It will also install [`pg`](https://node-postgres.com/) library as it is peer de ### Quick Example -Add `'migrate': 'node-pg-migrate'` to `scripts` section of `package.json` so you are able to quickly run commands. +Add `"migrate": "node-pg-migrate"` to `scripts` section of `package.json` so you are able to quickly run commands. Run `npm run migrate create my first migration`. It will create file `xxx_my-first-migration.js` in `migrations` folder. Open it and change contents to: