From 3c9541aeb98a72958ed30810140e777dcaecb11c Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 1 Jul 2022 20:42:19 +0100 Subject: [PATCH] docs: Add example file name --- docs/introduction/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/getting-started.md b/docs/introduction/getting-started.md index b24afe83..2131ae6a 100644 --- a/docs/introduction/getting-started.md +++ b/docs/introduction/getting-started.md @@ -38,7 +38,7 @@ Use the [takeScreenshot](/docs/api/methods#takescreenshotname-string) and [.toMa #### Example -```js +```js title="app.owl.jsx" import { press, takeScreenshot } from 'react-native-owl'; describe('App.tsx', () => {