From 0117fef643f5081c6e5eb4e033095602b7f06024 Mon Sep 17 00:00:00 2001 From: Jesse Portnoy Date: Thu, 20 Jul 2023 02:21:07 +0100 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0823a03..fdcbfb4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Below is a recap of the main changes made since: ## Installation ``` -$ go get github.com/jessp01/highlight +$ go get github.com/jessp01/gohighlight ``` Be sure to point your code to the correct path of `syntax_files`. @@ -46,7 +46,7 @@ import ( "strings" "github.com/fatih/color" - "github.com/jessp01/highlight" + "github.com/jessp01/gohighlight" ) func main() {