From 39a75ab192a6171f13b4922022b98116d4ce35eb Mon Sep 17 00:00:00 2001 From: Evan Babb Date: Fri, 7 Apr 2017 13:38:53 -0700 Subject: [PATCH] update README to use VelocityMixin in example code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 354e92e..a0c19dc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ const { Component } = Ember; -export default Component.extend({ +export default Component.extend(VelocityMixin, { actions: { collapse() { this.animate({ width: 0 })