Skip to content

Commit bbae2cf

Browse files
committed
Fix wrong import
1 parent 369aea9 commit bbae2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mdtoc/mdtoc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/katcipis/mdtoc"
7+
"github.com/madlambda/mdtoc"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)