From 24341c2f157092437b9e1203756d69f7a648791e Mon Sep 17 00:00:00 2001 From: David Wolf <68775926+devidw@users.noreply.github.com> Date: Sat, 21 May 2022 21:33:42 +0200 Subject: [PATCH] Fix md heading --- UseCaseModel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UseCaseModel.md b/UseCaseModel.md index f88f1c6..2e42170 100644 --- a/UseCaseModel.md +++ b/UseCaseModel.md @@ -1,8 +1,8 @@ -#Use Case Model +# Use Case Model ## 1. Use Case Diagram *UML use case diagram* ## 2. Use Case Descriptions -*Add an in-depth description of each use case. This will provide further insight into how the application react to certain inputs and stimuli. It will also give insight into whether the use case is too specific or generic. Generic use cases can sometimes be split up into more specific cases. Specific use cases can sometimes be combined to make a more inclusive and intuitive case.* \ No newline at end of file +*Add an in-depth description of each use case. This will provide further insight into how the application react to certain inputs and stimuli. It will also give insight into whether the use case is too specific or generic. Generic use cases can sometimes be split up into more specific cases. Specific use cases can sometimes be combined to make a more inclusive and intuitive case.*