diff --git a/structure-and-scale/treasure-chest-custom-events/README.md b/structure-and-scale/treasure-chest-custom-events/README.md index 0b52977..4c8923c 100644 --- a/structure-and-scale/treasure-chest-custom-events/README.md +++ b/structure-and-scale/treasure-chest-custom-events/README.md @@ -1,10 +1,11 @@ -# Treasure Chest Library - Chaining and Static Methods +# Treasure Chest Library - Custom Events A library that pirates can use to track the amount of loot they find on their travels. -The library willsupport chained methods and add static methods. +* The library willsupport chained methods and add static methods. +* The library emits an event when something is added to the loat. # References -* https://leanwebclub.com/learn/structure-and-scale/project-treasure-chest-library-chaining-and-static-methods/ +* https://leanwebclub.com/learn/structure-and-scale/project-review-treasure-chest-custom-events/