Skip to content

Commit 3f6baaf

Browse files
committed
fix readme
1 parent e0fbf4d commit 3f6baaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import RNRK from 'react-native-replaykit'
1616
1717
RNRK.startRecording() // starts the recording
1818
19-
RNRK.stopRecording() // stops the recording and opens the preview/edit modal <- same as tapping top blue stop bar
19+
RNRK.stopRecording() // stops the recording and saves it <- Same as pressing Stop in blue bar up top
2020
2121
RKRK.getRecordings(recordings => console.log(recordings)) get all recordings stored in the app's Documents/Replays folder.
2222

0 commit comments

Comments
 (0)