diff --git a/GUIDE.md b/GUIDE.md index 7f5efff..46cf79f 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -12,8 +12,8 @@ class Mycheat(Hack): # Here you can initialize global variables for your cheat ``` -3. Add the method who will contains the cheat logic, note that: - - Your method must contains a sub-method and must be added to +3. Add the method who will contain the cheat logic, note that: + - Your method must contain a sub-method and must be added to the `hackloop` at the end of the method (see example below) ```python