Skip to content

Commit 022a292

Browse files
committed
fix link in documentation
1 parent fd19e9b commit 022a292

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Theory
22

3-
A lightweight and intuitive ORM for Go, inspired by the original Java version.
3+
A lightweight and intuitive ORM for Go, inspired by (the original Java version)[https://github.com/wilburhimself/theory_java].
44

55
## Features
66

@@ -255,8 +255,8 @@ if err != nil {
255255
panic(err)
256256
}
257257
for _, s := range status {
258-
fmt.Printf("Migration: %s, Applied: %v, Batch: %d\n",
259-
s.Migration.Name,
258+
fmt.Printf("Migration: %s, Applied: %v, Batch: %d\n",
259+
s.Migration.Name,
260260
s.Applied != nil,
261261
s.Batch)
262262
}

0 commit comments

Comments
 (0)