Skip to content

Commit 56e0092

Browse files
Documentation: fixed a typo (#27)
1 parent 11d918e commit 56e0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the gem with `gem "action_prompt"`.
2222
1. Create a template for organizing your prompts located at your `app/prompts`. For example, you might create `app/prompts/hello_world.text.erb` and give it the following content:
2323

2424
```erb
25-
You are a helpful assistant who replies with, "<%= @message >"
25+
You are a helpful assistant who replies with, "<%= @message %>"
2626
```
2727

2828
2. Create a preview class. These live in `test/prompts` and they inherit from `ActionPrompt::Preview`. For example, you might create `tests/prompts/hello_world_preview.rb` and give it the following context:

0 commit comments

Comments
 (0)