From b5fb344b536ab34d9beefc6fd6768e49accac433 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 4 Oct 2022 11:42:59 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5efc1c7..ccbe5f4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ In general, it is recommended to start with the `ws-tasks` workshop and then mov This chapter provides an introduction into the thread/tasks abstractions provided by the framework. The chapter descriptions and solutions are located inside `ws-tasks`. -## Object Manager and TMTC handling workshop +## Objects and Object Manager workshop This chapter will introduce the object manager and expand the knowledge of the tasks workshop by showing how to conveniently create global addressable objects. The chapter description and