Skip to content

Commit 049655a

Browse files
committed
fix: use single quotes in caveats to avoid Ruby syntax errors
1 parent b79ddbd commit 049655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ homebrew_casks:
213213
Tokenizer has been installed! 🚀
214214
215215
Quick start:
216-
tokenizer llama3 encode "Hello, world!" # Encode text to tokens
216+
tokenizer llama3 encode 'Hello, world!' # Encode text to tokens
217217
tokenizer llama3 decode 128000 9906 128001 # Decode tokens to text
218218
tokenizer llama3 info # Show tokenizer info
219219
tokenizer --help # Show all commands

0 commit comments

Comments
 (0)