Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol authored Apr 27, 2022
1 parent 426e98f commit f45f624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ package main
import (
"fmt"
"github.com/Darklabel91/CNJ_Validate/CNJ"
"github.com/Darklabel91/CNJ_Validate/CSV"
"github.com/Darklabel91/CNJ_Validate/CNJCSV"
)
func main() {
Expand Down Expand Up @@ -91,7 +91,7 @@ func main() {
sp := ','
resultF := "TestFolder"
err = CSV.AnalyzeCNJCSV(raw, sp, resultF)
err = CNJCSV.AnalyzeCNJCSV(raw, sp, resultF)
if err != nil {
fmt.Println(err)
}
Expand Down

0 comments on commit f45f624

Please sign in to comment.