From 6b75bd845f46e49ee529c2bde5c04ca379e702e9 Mon Sep 17 00:00:00 2001 From: Hakeem Almidan Date: Fri, 18 Feb 2022 20:11:23 +0300 Subject: [PATCH] Update quick-start.md (#322) Make 'last child' letters all capital --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index e1ecdadb..1f941d0e 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -10,7 +10,7 @@ npm install --save react-native-toast-message ## Usage -Render the `Toast` component in your app's entry file, as the **last child** in the `View` hierarchy (along with any other components that might be rendered there): +Render the `Toast` component in your app's entry file, as the **LAST CHILD** in the `View` hierarchy (along with any other components that might be rendered there): ```js // App.jsx