Skip to content

Commit

Permalink
readme update with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tzmcion committed Feb 17, 2024
1 parent 2858dc4 commit 339372c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A tool do display image as dynamicaly animated object on a line or rope

Download the package:
```node
npm install package-not-yet-published-so-there-is-no-name
npm install react-image-rope
```

Import rope-image from the package and image which you want to render
Expand All @@ -22,7 +22,7 @@ import my_image from './my_image.png' //.gif is not supported
Than use in the component:

```jsx
<RopeImage className='LoveU' width={250} height={250} src={my_image}/>
<RopeImage className='LoveU' width={250} height={250} src={my_image}/>
```

## Options
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-image-rope",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tool do display image as dynamicaly animated object on a line or rope",
"repository": "https://github.com/tzmcion/ReactRopes",
"main": "./dist/index.cjs.js",
Expand Down

0 comments on commit 339372c

Please sign in to comment.