Skip to content

Commit 8b15397

Browse files
committed
Gave second curl request code tag
1 parent 9a6d6fe commit 8b15397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Example: If I want to look back to last month, daysBack = 60 and daysForward = 3
3434
####Exact Range - (Start Date,End Date)
3535
Specify the specific range to get a count. startDate and endDate are both [Javascript Date Objects](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date).
3636

37-
curl -X POST \
37+
`curl -X POST \
3838
-H "X-Parse-Application-Id: _PARSEAPPID_" \
3939
-H "X-Parse-REST-API-Key: _PARSEAPIKEY_" \
4040
-H "Content-Type: application/json" \
4141
-d '{"beginDate": _startDate_, "endDate": _endDate_}' \
42-
https://api.parse.com/1/functions/countItemsWithDateRanges
42+
https://api.parse.com/1/functions/countItemsWithDateRanges`
4343

4444
You can find your _PARSEAPPID_ and _PARSEAPIKEY_ in your Parse dashboard for your App.
4545

0 commit comments

Comments
 (0)