From d53747d0fece877fcd5bf51e71eed131379b5ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20V=C4=83n=20Nguy=C3=AAn?= Date: Tue, 5 Sep 2023 10:19:45 +0700 Subject: [PATCH] update: readme --- README.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad0c061..e079588 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,30 @@ npm install @pnstack/react-react-native-table ## Usage ```js -import { multiply } from '@pnstack/react-react-native-table'; - -// ... - -const result = await multiply(3, 7); + ``` ## Contributing