From 91285008d6c2f5e07788f7621a0a2399d29c8504 Mon Sep 17 00:00:00 2001 From: Arthur Welf Date: Sat, 24 Aug 2024 03:51:34 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cadc00d..826dbee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hotel Reservation API Abstraction Challenge ## Description -The [initial code](https://github.com/welf/reservation-service-challenge/blob/initial-code/src/main.rs) is located [in the `initial-code` branch](https://github.com/welf/reservation-service-challenge/tree/initial-code) and is a simple implementation of the API for a hotel reservation system using [Axum](https://docs.rs/axum/latest/axum/) server. +The [initial code](https://github.com/welf/reservation-service-challenge/blob/initial-code/src/main.rs) is located in the [`initial-code` branch](https://github.com/welf/reservation-service-challenge/tree/initial-code) and is a simple implementation of the API for a hotel reservation system using [Axum](https://docs.rs/axum/latest/axum/) server. Using the API, it is possible to: - get all reservations;