Skip to content

Commit

Permalink
fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Aug 4, 2023
1 parent fbe1f83 commit af407b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ archives:
- goos: windows
format: zip

checksum:
name_template: "{{ .ProjectName }}_checksums.txt"

dist: target/dist
release:
github:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ openai:
## 2. Define your API and expected JSON request body
```yaml
routes:
- path: /travel
- path: /hi
provider: openai
input:
person:
Expand All @@ -51,7 +51,7 @@ routes:
content: say hi to {{ person }}
```
## 4. Test your configured applicationg with BricksLLM
## 4. Test your configured BricksLLM application
Start the BricksLLM web server
```
bricksllm -c config.yaml
Expand Down

0 comments on commit af407b9

Please sign in to comment.