Skip to content

Commit

Permalink
fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Mar 14, 2023
1 parent 7dc28d2 commit 50b1300
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,16 @@ The `prompt-template::` property is the name of the prompt template.

In a block nested underneath the template block, create a code block in triple backticks with the language set to `prompt`. The text in the code block will be used as the prompt. Make sure the code block is in its own block indented underneath the template block.

For example, you can create a template like this:

<pre>
- # Student Teacher Dialog
prompt-template:: Student Teacher Dialog
-
``` prompt
- ``` prompt
Rewrite text as a dialog between a teacher and a student:
```
</pre>

For example, you can create a template like this:

<pre>
# Student Teacher Dialog
prompt-template:: Student Teacher Dialog
```prompt
Rewrite text as a dialog between a teacher and a student:
```
</pre>
#### Student teacher dialog
![](docs/user-prompt.gif)

Expand Down

0 comments on commit 50b1300

Please sign in to comment.