Update README.md

fixed typo
This commit is contained in:
Colin Henry 2021-09-12 15:51:43 -07:00 committed by GitHub
parent 60875e60d5
commit 87ae7265f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ records :=
},
}
err = migrate.Apply(db, migtate.Sqlite3(), records)
err = migrate.Apply(db, migrate.Sqlite3(), records)
...
```