Skip to content

Commit

Permalink
docs(README): fix typo in UML file path on Chain of responsability
Browse files Browse the repository at this point in the history
  • Loading branch information
jvondermarck committed Jun 2, 2024
1 parent fe7ee91 commit 236637e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ Le pattern Chain of Responsibility évite de coupler l'expéditeur d'une requêt

Elle part de l'IHM jusqu'au traitement de la requête, et il y aura différent handlers : ValidationHandler qui valide l'entrée utilisateur, ensuite si validation on passe la chaine qui va envoyer la requete via la CommandHandler, et suite à cette commande on passe le relai au DisplayHandler qui va afficher le résultat.

![request.chain-of-responsibility](UML/Chain%20of%20Responsibility/request.chain-of-responsibility.png)
> Fichier UML : [request.chain-of-responsibility](UML/Chain%20of%20Responsibility/request.chain-of-responsibility.plantuml)
![request.chain-of-responsibility](UML/Chain%20Of%20Responsibility/request.chain-of-responsibility.png)
> Fichier UML : [request.chain-of-responsibility](UML/Chain%20Of%20Responsibility/request.chain-of-responsibility.plantuml)
## Template Method

Expand Down

0 comments on commit 236637e

Please sign in to comment.