diff --git a/README.md b/README.md index b5ee1e8..5979c04 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Very often, a timer called from a MonoBehaviour will manipulate that behaviour's public class CoolMonoBehaviour : MonoBehaviour { void Start() { - // Use the AttachTimer extension method to create a timer that is destroyed when this // object is destroyed. this.AttachTimer(5f, () => {