Merge pull request #563 from maxiee/patch-1

update  README.md
This commit is contained in:
Umed Khudoiberdiev 2017-06-27 11:43:17 +05:00 committed by GitHub
commit 3c4a80fb49

View File

@ -341,14 +341,12 @@ import {createConnection} from "typeorm";
import {Photo} from "./entity/Photo";
createConnection({
driver: {
type: "mysql",
host: "localhost",
port: 3306,
username: "root",
password: "admin",
database: "test"
},
type: "mysql",
host: "localhost",
port: 3306,
username: "root",
password: "admin",
database: "test"
entities: [
Photo
],