Skip to content

Commit 401c3ab

Browse files
committed
chore: update README.md
1 parent 72cc51a commit 401c3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-music-library
22

3-
A library to search for music files in device's memory
3+
A library to search for music files in device's memory (**Android only**)
44

55
## Installation
66

@@ -12,11 +12,11 @@ npm install react-native-music-library
1212

1313

1414
```js
15-
import { multiply } from 'react-native-music-library';
15+
import { loadMusicFiles, MusicFile } from 'react-native-music-library';
1616

1717
// ...
1818

19-
const result = multiply(3, 7);
19+
const result: MusicFile[] = await loadMusicFiles();
2020
```
2121

2222
## Contributing

0 commit comments

Comments
 (0)