From 6afec696c0a0b36cfb4c96ceff62d883a859582a Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 17 Mar 2023 09:21:25 +0100 Subject: [PATCH] fix json examples --- tps/sem4/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tps/sem4/README.md b/tps/sem4/README.md index 973a5fd..5cda049 100644 --- a/tps/sem4/README.md +++ b/tps/sem4/README.md @@ -126,10 +126,10 @@ Elle retourne le résultat du lancé au format JSON. Exemple http://localhost:3000/dice-rolls/d10/ retourne : -``` +```json { - dice: "d10", - rolls: [ + "dice": "d10", + "rolls": [ 5 ] }