Skip to content

Commit

Permalink
Merge pull request #473 from sorenandersen/main
Browse files Browse the repository at this point in the history
chore: update README.md, fixing code block indentation
  • Loading branch information
NingLu authored Dec 9, 2024
2 parents f13f5bb + ba4f89c commit 226a19b
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 @@ -470,7 +470,7 @@ To inject intent data into your system, follow these steps:
- Use the following JSON format for injecting individual intent data:

```json
{"question": "Hello", "answer": {"intent": "chat"}}
{"question": "Hello", "answer": {"intent": "chat"}}
```

- Replace `"Hello"` with the actual question text.
Expand Down

0 comments on commit 226a19b

Please sign in to comment.