From e3cd621e014a2df697e21d170db2e0def7240ab6 Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Fri, 5 Feb 2021 19:36:55 +1100 Subject: Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 177e351..7873d95 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A very simple migration library for your Go projects. - Each migration is run in a transaction so there should be no 'dirty' state. -- Only migrates "up". I have never used a "down" migration. +- Only migrates _up_. Yes, just "roll forward". - Enables a callback function to suit whatever logging implementation you choose. @@ -44,4 +44,3 @@ if err != nil { v, err := migrator.Version() fmt.Printf("database at version %d\n", v) ``` - -- cgit v1.2.3