Skip to content

Commit 2abf72d

Browse files
authored
feat(docs): update example app language for publishing release (#21)
1 parent 136578f commit 2abf72d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/src/screens/ReaderScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { BibleReaderView } from "@youversion/platform-sdk-reactnative";
33
export function ReaderScreen() {
44
return (
55
<BibleReaderView
6-
appName="Sample App"
7-
signInMessage="Explore the sample app!"
6+
appName="Example App"
7+
signInMessage="Explore the example app!"
88
/>
99
);
1010
}

0 commit comments

Comments
 (0)