Skip to content

Commit

Permalink
Fix a typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Mar 29, 2019
1 parent 9b41366 commit 0fa8982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ INSERT INTO user_status (id, status, created_at, updated_at, deleted) VALUES
--rollback TRUNCATE TABLE user_status;`

// Create a new MySQL database object.
db, err := database.NewMySQL(&database.Connection{
db, err := mysql.New(&mysql.Connection{
Hostname: "127.0.0.1",
Username: "root",
Password: "password",
Expand Down Expand Up @@ -354,4 +354,4 @@ The include allows you to reference other changeset files to load. The filename

### Comments

Any comments at the beginning of the lines are ignored. They do not count towards the checksum.
Any comments at the beginning of the lines are ignored. They do not count towards the checksum.

0 comments on commit 0fa8982

Please sign in to comment.