diff --git a/README.md b/README.md index c4b9286..e18d1f4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@

Trailhead Packaging Permission Sets Project

-This project contains the sample custom objects and custom tab for the Trailhead project 'Packaging Permission Sets with Salesforce DX'. The objective of this training is to show the trailblazer how to create and package a custom permission set using Salesforce DX CLI and working with Unlocked Packages. +This project contains the sample custom objects and custom tab for the Trailhead project 'Packaging Permission Sets with Salesforce DX'. The objective of this training is to show the trailblazer how to create and package a custom permission set using Salesforce DX CLI and working with Unlocked Packages. =========================== #### Contents: -- [Tools](#tools) +- [Tools](#tools) - [Resources](#resources) =========================== #### Tools | Tool: | Version: | -| ------------ | ---------- | -| **SFDX-CLI** | ![npm](https://img.shields.io/npm/v/sfdx-cli.svg?label=SFDX-CLI&logo=Salesforce&style=Popout) | +| ------------ | ---------- | +| **SFDX-CLI** | [![npm](https://img.shields.io/npm/v/sfdx-cli.svg?label=SFDX-CLI&logo=Salesforce&style=Popout)](https://developer.salesforce.com/tools/sfdxcli) | =========================== ## The Project Overview @@ -39,7 +39,7 @@ If you already have an authorized Dev Hub, set it as the default: ``` sfdx force:config:set defaultdevhubusername= ``` -### Create a scratch org +### Create a scratch org ``` sfdx force:org:create -s -f config/project-scratch-def.json ``` @@ -49,11 +49,11 @@ sfdx force:source:push ``` ### Open the scratch org and make some changes. ``` -sfdx force:org:open +sfdx force:org:open ``` -### Pull the changes +### Pull the changes ``` -sfdx force:org:pull +sfdx force:org:pull ``` ### Create a new Package Version ```