Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 23, 2021
1 parent 2b3da1d commit 3cef3bc
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 @@ -35,7 +35,7 @@ func main() {
// Imagine that fd is an io.Reader of your slow query logs file...

// Create the parser
p := slowql.NewParser(fd)
p := slowql.NewParser(slowql.MySQL, fd)

// Get the next query from the log
q, err := p.GetNext()
Expand Down

0 comments on commit 3cef3bc

Please sign in to comment.