Skip to content

Commit

Permalink
MINOR: whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Jul 24, 2015
1 parent 688de2c commit e376e52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ Stop listening, and turn off mic.

Alternatively, to only temporarily pause annyang responding to commands without stopping the SpeechRecognition engine or closing the mic, use pause() instead.

See: [pause()](#pause)
See: [pause()](#pause)

## pause()

Pause listening. annyang will stop responding to commands (until the resume or start methods are called), without turning off the browser's SpeechRecognition engine or the mic.

Alternatively, to stop the SpeechRecognition engine and close the mic, use abort() instead.

See: [abort()](#abort)
See: [abort()](#abort)

## resume()

Expand Down

0 comments on commit e376e52

Please sign in to comment.