aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2022-12-15 16:40:52 +0000
committerPaul Harrison <paul@harrison.sh>2023-05-16 10:22:19 +0100
commitaaea9c8aa3c7124599987ee14f88d51bcdadbcc2 (patch)
tree23aed13e04cd882427b8a8a2444f5d1b7dee3431
parent9baafc80ed889c232587cf5d4cfaa2db44d1825a (diff)
docs: Update README with requirements
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d6cc434..4eef272 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Single Poker Hand Ranking Service
-## Requirements
-This service comprises an API to compute the rank of an individual poker hand. The requirements are to:
+## Project Scope
+This service comprises an API to compute the rank of an individual poker hand. The scope of this project is to:
- Write an algorithm that takes a hand of cards and identifies the ranking of the given hand.
- Expose an API to serve this algorithm via an endpoint `/rank`, that accepts a valid poker hand and returns its ranking.