From 9807db2ac646c334f13c8d7d532222112c6188fb Mon Sep 17 00:00:00 2001 From: Corey Caswick Date: Wed, 25 Jul 2018 16:12:47 -0500 Subject: [PATCH] Corrected import filename in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2fdf2..850aae7 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/_sass-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