Make some minor tweaks to the docs (#5786)

## Summary

Small stuff from a first scan.

---------

Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
Charlie Marsh 2024-08-05 09:54:06 -04:00 committed by GitHub
parent 823c17723b
commit ce30bffaab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 55 additions and 31 deletions

View file

@ -4,7 +4,7 @@
uv installation differs depending on the platform.
### on Unix
### Unix
```yaml title="example.yml"
name: Example on Unix
@ -22,7 +22,7 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh
```
### on Windows
### Windows
```yaml title="example.yml"
name: Example on Windows