diff --git a/src/Unit-1/lesson2/README.md b/src/Unit-1/lesson2/README.md index c61001759..be19bfc29 100644 --- a/src/Unit-1/lesson2/README.md +++ b/src/Unit-1/lesson2/README.md @@ -1,5 +1,5 @@ # Lesson 1.2: Defining and Handling Messages -In this lesson, you will make your own message types and learn how to control processing flow within your actors based on your custom messages. Doing so will teach you the fundamentals of communicating in a message- and event-driven manner within your actor system. +In this lesson, you will make your own message types and learn how to control processing flow within your actors based on your custom messages. Doing so will teach you the fundamentals of communicating in a message- an event-driven manner within your actor system. This lesson picks up right where Lesson 1 left off, and continues extending our budding systems of console actors. In addition to defining our own messages, we'll also add some simple validation for the input we enter and take action based on the results of that validation.