Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Correct curl command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Feb 29, 2016
1 parent 76239e6 commit 25b6faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ application.
1. Run the following command, replacing the fields in capitals:

```
curl-H 'Authorization: Bearer <INSERT BEARER TOKEN HERE>' \
curl -H 'Authorization: Bearer <INSERT BEARER TOKEN HERE>' \
-H 'content-type: application/json' \
-d '{"_start_at": "2012-01-01T00:00:00Z", "_end_at": "2015-03-20T00:00:00Z"}' \
https://www.performance.service.gov.uk/data/<DATA GROUP>/<DATA TYPE>/transform
Expand Down

0 comments on commit 25b6faa

Please sign in to comment.