This commit is contained in:
Jesse Portnoy
2023-07-20 02:21:07 +01:00
parent c580d19b0c
commit 0117fef643
+2 -2
View File
@@ -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() {