Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Dec 8, 2016
1 parent 7d2f69e commit c6a6904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Uses the following native classes:
Method | Description
-------- | ---------
`TNSRecorder.CAN_RECORD()`: `boolean` | Determine if ready to record.
`start({ filename: string, errorCallback?: Function, infoCallback?: Function })`: `Promise` | Start recording file.
`start(options: AudioRecorderOptions)`: `Promise` | Start recording file.
`stop()`: `void` | Stop recording.
`dispose()`: `void` | Free up system resources when done with recorder.

Expand Down

0 comments on commit c6a6904

Please sign in to comment.