diff --git a/Contact.json b/Contact.json index f60362a2..9067b148 100644 --- a/Contact.json +++ b/Contact.json @@ -17,6 +17,24 @@ "FirstName": "Michelle", "LastName": "Holcey", "Phone": "987654321" + }, + { + "attributes": { + "type": "Contact", + "referenceId": "Rachel" + }, + "FirstName": "Rachel", + "LastName": "Ronci", + "Phone": "7362910338" + }, + { + "attributes": { + "type": "Contact", + "referenceId": "Chuck" + }, + "FirstName": "Chuck", + "LastName": "Song", + "Phone": "2222222222" } ] -} \ No newline at end of file +} diff --git a/README.md b/README.md index afcda4a6..c5bcbc0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Rachel + # Salesforce DX Project: Next Steps Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.