From 44dcf26bb339ff1f190225a11853635682d438bf Mon Sep 17 00:00:00 2001 From: Alberto Moretti Date: Tue, 16 Jun 2026 14:21:31 +0200 Subject: [PATCH] docs: remove challenge file --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 77de377..8e74e96 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ REST API for the TrueLayer Software Engineering Challenge. It returns basic Pokémon information from PokéAPI and, on request, a fun translated description from FunTranslations. -[File challenge](TrueLayer-_Software_Engineering_Challenge_2026.pdf) - ## Requirements You can run it either with Docker or with a local Rust toolchain. Common commands are available through `make`; run `make help` for the full list.