Skip to content

Commit

Permalink
fix: rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 9, 2024
1 parent 16b0dd8 commit dad0c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/muesli/markscribe
module github.com/charmbracelet/markscribe

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion literal.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/muesli/markscribe/literal"
import "github.com/charmbracelet/markscribe/literal"

func literalClubCurrentlyReading(count int) []literal.Book {
books, err := literal.CurrentlyReading()
Expand Down

0 comments on commit dad0c41

Please sign in to comment.