Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
1fabiopereira committed Jan 25, 2024
2 parents a0386e3 + a829ec8 commit 31ef049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ PitchDetector.removeListener()
To use microphone we need give permission to our app, for that we use a [react-native-permissions](https://github.com/zoontek/react-native-permissions) library.

```shell
yarn add react-native-permissions
yarn add react-native-permissions@3
```

Or using npm:

```shell
npm install react-native-permissions
npm install react-native-permissions@3
```

After that, on `package.json` file add de following lines:
Expand Down

0 comments on commit 31ef049

Please sign in to comment.