Skip to content

Commit 836b340

Browse files
authored
Update main.go
1 parent 939681a commit 836b340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
server.StartServer(*portPtr)
2929

3030
//Print the banner
31-
pterm.DefaultCenter.Println(pterm.DefaultHeader.WithFullWidth().WithBackgroundStyle(pterm.NewStyle(pterm.BgLightRed)).WithMargin(10).Sprint("Athena: The Intelligent Question and Answer Search Engine"))
31+
pterm.DefaultCenter.Println(pterm.DefaultHeader.WithFullWidth().WithBackgroundStyle(pterm.NewStyle(pterm.BgLightRed)).WithMargin(10).Sprint("Athena: The Intelligent Q&A Search Engine"))
3232
pterm.Info.Println("(c)2022 by Akhil Datla")
3333

3434
}

0 commit comments

Comments
 (0)