Skip to content

Commit 6cbdbb2

Browse files
committed
fixed headings
1 parent 15f450e commit 6cbdbb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smallbizhack-sydney/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To track data changes there are different mechanisms:
123123
* Change data capture (CDC): run a periodic query with date filter to download what changed since your last run.
124124
* Webhooks: register a listener for change events
125125

126-
## Webhooks
126+
#### Webhooks
127127

128128
With webhooks enabled for your application, Intuit will notify your endpoint within 5 mins of a
129129
change for all company ids you are tracking.
@@ -138,7 +138,7 @@ subscribe to changes to all entities
138138
5. Change some data.
139139
6. Wait for 5 mins to see a log on your webserver’s console
140140

141-
## Change data capture (CDC)
141+
### Change data capture (CDC)
142142

143143
Change data capture is the second mechanism for downloading changes to data in QuickBooks
144144
since you last checked. You will need to track the last date you called this API. In request

0 commit comments

Comments
 (0)