Skip to content

Commit 910e066

Browse files
authored
Fix formatting (#16)
1 parent 096e2a0 commit 910e066

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ print(extracted_file.read_text()) # Hello, Fastar!
4747

4848
## Development
4949

50-
1. Install dependencies into a virtual env: uv sync
50+
1. Install dependencies into a virtual env: `uv sync`
5151
2. Make changes to the code and tests
52-
3. Build the package: uv run maturin develop
53-
4. Run the tests: uv run pytest
52+
3. Build the package: `uv run maturin develop`
53+
4. Run the tests: `uv run pytest`

0 commit comments

Comments
 (0)