Skip to content

Commit f615669

Browse files
authored
Update README.md
Update readme to be explicit about private app token
1 parent 37ca713 commit f615669

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ This repository is for the Integrating With HubSpot I: Foundations course. This
44

55
To read the full directions, please go to the [practicum instructions](https://app.hubspot.com/academy/l/tracks/1092124/1093824/5493?language=en).
66

7-
**Put your HubSpot developer test account custom objects URL link here:**
7+
**Put your HubSpot developer test account custom objects URL link here:** https://app.hubspot.com/contacts/l/objects/{custom-obj-number/views/all/list}
88

99
___
1010
## Tips:
1111
- Commit to your repository often. Even if you make small tweaks to your code, it’s best to be committing to your repository frequently.
1212
- The subject of the custom object is up to you. Feel free to get creative!
1313
- Please create a test account and include your private app access token in your repo.
1414
- Ensure you re-merge any working branches into the main branch.
15+
- DO NOT ADD YOUR PRIVATE APP TOKEN TO YOUR REPOSITORY.
1516

1617
## Pre-requisites:
1718
- Using [Node](https://nodejs.org/en/download) and node packages
@@ -24,4 +25,4 @@ ___
2425
## Requirements
2526
- All work must be your own. During the grading process we will check the revision history. Submissions that do not meet this requirement will not be considered.
2627
- You must have at least two new routes in your index.js file and one new pug template for the homepage.
27-
- You must create a developer test account and link to it in your README.md file. Submissions that do not meet this requirement will not be considered.
28+
- You must create a developer test account and link to it in your README.md file. Submissions that do not meet this requirement will not be considered.

0 commit comments

Comments
 (0)