From 7386eab574d250596968720e8172e4c02c9e46ca Mon Sep 17 00:00:00 2001 From: Matt Huggins Date: Wed, 29 Nov 2023 18:51:24 -0600 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9528f9..5a1b2ca 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add `@poker-apprentice/hand-history-parser` as a dependency. ### `parseHand` -This promise-based function can be used to parse hand histories from any [support poker site](#supported-poker-sites). To use it, simply pass the contents of an individual hand history. +This promise-based function can be used to parse hand histories from any [support poker site](#supported-poker-sites). To use it, simply pass the contents of an individual hand history along with the filename. ```ts // Assumes `hand` is a string containing the hand history file contents & `filename`