Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Story/readme updates #65

Merged
merged 25 commits into from
Aug 20, 2021
Merged
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note: you only need to go through this setup once when you are initially embeddi
You will enter this command into a new terminal window in order to spin up a new feedback storage system for your site: (everything is bold you need to update with your specific information)

```
$ curl -d '{"method": "method", "emails": "email", "agency": "agency"}' -H 'Content-Type: application/json' "https://ctofeedback.azurewebsites.net/api/setup"
$ curl -d '{"method": "spreadsheet", "emails": "email@gmail.com", "agency": "Agency"}' -H 'Content-Type: application/json' "https://ctofeedback.azurewebsites.net/api/setup"
```

**`method`**
Expand Down