From caf9f239a17d31d91fc13f04af45499300b62c30 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 4 Jul 2020 18:14:39 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d154953..7db18c7 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # PHP katas with Pest PHP + +PHP code katas, tested with [Pest PHP][]. Based on exercises from [Exercism.io][]. + +Includes: + +- **Anagrams**: select an anagram for a word from a list of condidates. +- **Grade School**: given students' names along with the grade that they are in, create a roster for the school. +- **Roman numerals**: convert a number into its roman numeral value. + +[exercism.io]: https://exercism.io +[pest php]: https://pestphp.com