Skip to content

Commit

Permalink
docs: update readme example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleybonitatibus committed Jan 3, 2024
1 parent 92ec32f commit 164052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

func main() {
p := frostparse.New(
frostparse.WithLogFile("C:\\Program Files (x86)\\World of Warcraft 3.3.5a\\Logs\\WoWCombatLog"),
frostparse.WithLogFile("C:\\Program Files (x86)\\World of Warcraft 3.3.5a\\Logs\\WoWCombatLog.txt"),
)
_data, err := p.Parse()
if err != nil {
Expand Down

0 comments on commit 164052b

Please sign in to comment.