Skip to content

Commit f60b0f7

Browse files
committed
README: use canonical image link
1 parent ecdbc3e commit f60b0f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
src/
22
npm-debug.log
33
yarn-error.log
4+
example.gif

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="center" alt="react-input-hints" src="example.gif" />
1+
<img align="center" alt="react-input-hints" src="https://raw.githubusercontent.com/williamboman/react-input-hints/gh-pages/example.gif" />
22

33
*Animates input placeholders to make it look like they are being typed in realtime.*
44

@@ -23,6 +23,12 @@ ReactDOM.render(
2323
)
2424
```
2525

26+
## Installation
27+
28+
```sh
29+
$ npm install react-input-hints
30+
```
31+
2632
## Props
2733

2834
### `placeholders` | `array`

0 commit comments

Comments
 (0)