Skip to content

Commit 17c28a4

Browse files
authored
Merge pull request #188 from BerkeleyLab/update-ai4dev-readme
doc(ai4dev/README): fix font & typo
2 parents f4eb70a + 7fae73b commit 17c28a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/ai4dev/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Follow the [vibe coding](#vibe-coding) steps except as described below:
4343
* In your first prompt, attach test-suite.F90 with the lines from
4444
`module procedure laplacian` to `end procedure laplacian` removed. If the
4545
LLM rejects ".F90" file extensions, change the name to "test-suite.txt".
46-
Appened following to the prompt: "Inserting a correct response to this
47-
prompt into the subdmodule subdomain_s and then compiling and running the
46+
Append following to the prompt: "Inserting a correct response to this
47+
prompt into the subdmodule `subdomain_s` and then compiling and running the
4848
attached program must generate output indicating that all tests pass."
4949
* In subsequent iterations, if replacing the laplacian procedure with the
5050
LLM's most recent response leads to compile-time or runtime errors or if any
5151
tests fail, update the test-suite program, replacing laplacian with the most
5252
recent LLM response. Attach the updated program to each prompt.
53-
* In the second bullet of vibe coding step 6, replace the suggested text wit
53+
* In the second bullet of vibe coding step 6, replace the suggested text with
5454
"Please fix the above errors that were generated by compiling the attached
5555
program, which contains an incorrect laplacian procedure." If the program
5656
compiled but runtime errors resulted, replace "compiling" with "running" in

0 commit comments

Comments
 (0)