Skip to content

Commit 960d403

Browse files
authored
fix README.md usage example (#21)
1 parent 2781f10 commit 960d403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function App() {
124124

125125
return (
126126
<View>
127-
{recognizing ? (
127+
{!recognizing ? (
128128
<Button title="Start" onPress={handleStart} />
129129
) : (
130130
<Button title="Stop" onPress={ExpoSpeechRecognitionModule.stop} />

0 commit comments

Comments
 (0)