From 5c94a33018e5bfcfc64be7135c9f8062a0739dce Mon Sep 17 00:00:00 2001 From: Samir70 Date: Wed, 22 Mar 2023 11:35:36 +0000 Subject: [PATCH] add permission to add other methods --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5bc8dcecb..ae8571b52 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ scorecard.addFrame(3, 5) scorecard.calculateScore() // returns 15 ``` +But feel free to add other methods if you think they are useful. + As usual please start by * Forking this repo