From b4427e50164cafb3bea4ce9bc0677baf74d7c9b1 Mon Sep 17 00:00:00 2001 From: Owen Priestley <12909413+owenpriestley@users.noreply.github.com> Date: Fri, 22 May 2020 10:20:04 +0100 Subject: [PATCH] Update README.md This typo tripped me up for longer than it should have! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b574a09..cff3dfb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For [typescript](https://github.com/Microsoft/TypeScript) projects please use [t ### Approach 1 - import { Responsive } from "react-responsive"; + import { Responsive } from "responsive-react"; <>