Skip to content

Commit 130a80f

Browse files
committed
fix: update readme
1 parent 183f563 commit 130a80f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,16 @@ The library provides components that allow you to easily create custom component
2525
## Installation
2626

2727
To install the library, run:
28-
`npm install react-transitioning`
28+
29+
```bash
30+
npm install react-transitioning
31+
# or
32+
yarn add react-transitioning
33+
```
34+
35+
## Documentation
36+
37+
For more detailed information and usage examples, check out the [Docs](https://fakundo.github.io/react-transitioning/).
2938

3039
## Usage
3140

0 commit comments

Comments
 (0)