From 8b6d88e0e121a6ccd80ad10941a9e4555e72848b Mon Sep 17 00:00:00 2001 From: Jonathan Gillespie Date: Thu, 2 Nov 2017 13:57:39 +0100 Subject: [PATCH] Added deploy btn to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4961066..fc0072b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Lightning Components A collection of custom Salesforce Lightning components that streamline developing in Lightning by automatically applying sobject-level security, field-level security, field types and more. + + Deploy to Salesforce + + ## inputField.cmp * Provides a simple way to display an SObject's field as an input (editable) that automatically determines sobject-level security, field-level security, the field type, field label, etc. Attributes can be overridden to allow control over the field when needed