From b32eecc30017d2312585d6dfd7fa546998f6dded Mon Sep 17 00:00:00 2001
From: Kai Renz <kai.renz@h-da.de>
Date: Thu, 2 Nov 2023 12:22:39 +0100
Subject: [PATCH] Feature: Changed instructions and Project Name

---
 CMakeLists.txt | 2 +-
 README.md      | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4304d97..42ce097 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.26)
-project(02_ifm_refactoring)
+project(02_ifm1_refactoring-challenge)
 
 set(CMAKE_CXX_STANDARD 17)
 
diff --git a/README.md b/README.md
index 79fcae8..17062a8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Refactoring Challenge
 
 1. Look at the code in `fl.cpp`
-2. Use the refactoring-techniques from the lecture.
-3. Find out, what the function `fl` does. Try to write down a specification.
+1. See, how `fl` is used in the main-function
+1. Run the main method
+1. Use the refactoring-techniques from the lecture.
+1. Find out, what the function `fl` does. Try to write down a specification.
-- 
GitLab