From 87ae7265f40ac1d51587c69cd8950824ba84ccfc Mon Sep 17 00:00:00 2001 From: Colin Henry Date: Sun, 12 Sep 2021 15:51:43 -0700 Subject: [PATCH] Update README.md fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45cff8b..0cbb9cf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ records := }, } - err = migrate.Apply(db, migtate.Sqlite3(), records) + err = migrate.Apply(db, migrate.Sqlite3(), records) ... ``` @@ -49,4 +49,4 @@ Please make sure to update tests as appropriate. ## License [MIT](https://choosealicense.com/licenses/mit/) -courtesey of https://www.makeareadme.com \ No newline at end of file +courtesey of https://www.makeareadme.com