From 34918c0b40859df9c1f22bf73fbf4a242d6d6a96 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Mon, 2 Oct 2023 16:10:56 +0200 Subject: [PATCH] docs: fix formatting in README Despite the newline in the source, GitHub renders each of these numbered list items all on one line. User markup to make the separation obvious. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d7e3a3..ee6b385 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,8 @@ AI assistants are transformational for programmers. However, ChatGPT 4 is also r ## Rust program The Rust program can be built with `cargo build`. It expects an `OPENAI_API_KEY` and/or an `ANTHROPIC_API_KEY` environment variable. If both keys are provided, Anthropic is used. The Rust program can take two kinds of input, read from stdin: -1. Raw input -In this case, a System prompt is provided in the compiled code -2. Transcript -The Rust program also accepts a homegrown "transcript" format in which transcript sections are delineated by lines which look like this +1. **Raw input:** In this case, a System prompt is provided in the compiled code +2. **Transcript:** The Rust program also accepts a homegrown "transcript" format in which transcript sections are delineated by lines which look like this ``` ===USER===