From 5bfd8be4f87cc3a4166cd33072905110dc8d00ab Mon Sep 17 00:00:00 2001 From: deepak-redsoftware Date: Fri, 22 Dec 2023 16:39:36 +0530 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 722b00a..570787a 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ To set up your local development environment, make sure that you have enabled [d
+## Usage + +For now, we support only two doctypes: Contact & Lead. +
+After installing the app and providing all the secrets/keys, simply go to the "Add" screen of the supported doctype and you'll see an "Upload" field where you can upload the business card image of your choice, make sure to click "Set all public" as we only support public files for now. Then click upload and wait for the fields to populate. + ### Contributing - Send PRs to `develop` branch only.