From c11848915db51bce9330741d9ca53f8ab9eeb06a Mon Sep 17 00:00:00 2001 From: Josh Beckwith Date: Tue, 13 Dec 2016 10:22:16 -0800 Subject: [PATCH] Fix import path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2fdf2..f898700 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ bower install sass-easing --save ## Usage ```SCSS -@import "../node_modules/awesome-sass-easing/_easings.scss"; +@import "../node_modules/awesome-sass-easing/_scss-easing.scss"; .element { transition(top 500ms $easeInCubic); @@ -67,4 +67,4 @@ The following easing functions are available: ## License -MIT \ No newline at end of file +MIT