Skip to content

Commit

Permalink
update readme example code
Browse files Browse the repository at this point in the history
  • Loading branch information
shshemi committed Feb 21, 2024
1 parent 7eaed53 commit a737332
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 @@ Load your log messages into a list of strings and:
import tipping

# Example usage
message = ["Your messages here"]
message = ["message1", "message2", ...]
clusters, masks, templates = tipping.parse(message)

print(result)
Expand Down

0 comments on commit a737332

Please sign in to comment.