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 1 commit
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
Prev Previous commit
Next Next commit
fixed code snipped formatting
  • Loading branch information
michellexliu committed Aug 19, 2021
commit 34dc4c3f53a024426f77fe5277e56524b81c7c5a
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ feedbackID: "data3",<br />&emsp;
**Example Object:**
```
{
"label": "I couldn't find what I was looking for",
"feedbackID": "data1"
"label": "I couldn't find what I was looking for",
"feedbackID": "data1"
}
```
### Input Response Object (#input-response-object)
Expand All @@ -579,8 +579,8 @@ feedbackID: "data3",<br />&emsp;

```
{
"question": "What were you looking for or trying to do?",
"answer": "I was trying to navigate this page."
"question": "What were you looking for or trying to do?",
"answer": "I was trying to navigate this page."
}
```

Expand Down