Skip to content

Commit 21f9c81

Browse files
committed
docs: reorder README.md
1 parent b4eccf8 commit 21f9c81

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ A powerful library designed for React Native to visualize audio tracks, extract
44

55
This package offers robust tools that enable developers to process audio files efficiently, obtaining amplitude arrays for in-depth analysis or creating visually appealing audio waveforms within React Native applications.
66

7-
## Installation 🚀
8-
9-
```sh
10-
yarn add react-native-audio-analyzer
11-
cd ios && pod install
12-
```
13-
147
## Create Stunning Audio Waveforms 🌊
158

169
With this library, unleash creativity by generating captivating audio waveforms from your audio tracks, providing an engaging visual representation of sound.
@@ -19,6 +12,16 @@ With this library, unleash creativity by generating captivating audio waveforms
1912
<img src="images/image.png" width="300" alt="example"/>
2013
</p>
2114

15+
## Usage 🎶
16+
17+
Usage example you can [find here](example/src/App.tsx)
18+
19+
## Installation 🚀
20+
21+
```sh
22+
yarn add react-native-audio-analyzer
23+
cd ios && pod install
24+
```
2225
## Features ✨
2326

2427
- __Audio Analysis__: Easily analyze audio tracks to obtain amplitude data for visualization or analysis purposes.
@@ -30,10 +33,6 @@ With this library, unleash creativity by generating captivating audio waveforms
3033
- __Platform Compatibility__: Compatible with both Android and iOS platforms, ensuring a consistent experience across devices.
3134

3235

33-
## Usage 🎶
34-
35-
Usage example you can [find here](example/src/App.tsx)
36-
3736
## Contributing 🤝
3837
We welcome [contributions](CONTRIBUTING.md)! Learn more about how to contribute to this repository by checking out our contributing guide and development workflow.
3938

0 commit comments

Comments
 (0)