From efd017ed0f53888288d89d7d31cefaab16d2b2c6 Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Mon, 27 Apr 2020 20:06:18 +0530 Subject: [PATCH] fixes a typo in the documentation on how to import the module. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 516afca..59370c7 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ $ yarn add react-smooth-image ## Usage ````js -import SmoothImage from 'react-smooth image'; +import SmoothImage from 'react-smooth-image'; . . .