Skip to content

Commit e44ddaf

Browse files
author
Marek Rozmus
committed
Fix readme file for npm
1 parent 6e0696f commit e44ddaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<h1 align="center">react-swipeable-list</h1>
22
<h4 align="center">Swipeable list component for React.</h4>
3-
<div align="center">
3+
<p align="center">
44
<img src="docs/example.gif"></img>
5-
</div>
5+
</p>
66

77
<p align="center">
88
<a href="https://sandstreamdev.github.io/react-swipeable-list/">Demo</a> •
@@ -24,9 +24,9 @@ A control to render list with swipeable items. Items can have action on left and
2424
## Installation
2525

2626
```bash
27-
npm install sandstreamdev/react-swipeable-list
27+
npm install @sandstreamdev/react-swipeable-list
2828
# or via yarn
29-
yarn add sandstreamdev/react-swipeable-list
29+
yarn add @sandstreamdev/react-swipeable-list
3030
```
3131

3232
## Usage

0 commit comments

Comments
 (0)