From 2206b30a4807f08f7950b7c08053673736036bd5 Mon Sep 17 00:00:00 2001 From: ROZAR Fabien Date: Sat, 28 Jan 2023 15:42:01 +0400 Subject: [PATCH] Fix typo in README.md Add a new line in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f1d84..4f42d2b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ npm i solid-rewind ``` -**2. Import our Rewind component at the top level of your app.** +**2. Import our Rewind component at the top level of your app.** **3. Wrap your top-level component in our component.** ```javascript import Rewind from 'solid-rewind';