Skip to content

Commit b31b1b6

Browse files
committed
fix: correct code block formatting in README.md for template usage examples
1 parent 7de6629 commit b31b1b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ yarn global add petk
5656

5757
Create your first template and process it in minutes:
5858

59-
```bash
59+
````bash
6060
# Create your first template
6161
echo '# Hello {{name}}!
6262
@@ -65,11 +65,15 @@ path: examples/greeting.md
6565
```
6666
6767
Welcome to prompt engineering!' > greeting.md
68+
````
6869

6970
# Process the template
71+
```bash
7072
petk process greeting.md --name "World"
73+
```
7174

7275
# Convert to YAML for API usage
76+
```bash
7377
petk convert greeting.md --to yaml
7478
```
7579

0 commit comments

Comments
 (0)