Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HBiSoft authored Jan 15, 2020
1 parent 009792a commit 35a7e20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ public class MainActivity extends AppCompatActivity implements HBRecorderListene
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<!--This is only necessary if you are displaying notifications-->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
```
</br>
That's it `HBRecorder` is now ready to be used.
```

That's it, `HBRecorder` is now ready to be used.
When ever you want to start capturing your screen, it is important you do it as shown below:
Expand Down

0 comments on commit 35a7e20

Please sign in to comment.