Skip to content

Commit c7ee814

Browse files
authored
Merge pull request #37 from danielcristho/main
Fix some typos in CONTRIBUTING.md
2 parents 141f136 + 5f327a6 commit c7ee814

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contributing to the Render Engine Projects
22

3-
Render Engine CLI is the CLI tool for the Render Engin static site generator. Please refer to
3+
Render Engine CLI is the CLI tool for the Render Engine static site generator. Please refer to
44
the main [CONTRIBUTING.md](https://github.com/render-engine/render-engine/blob/main/CONTRIBUTING.md)
55
for more details on how to contribute.
66

77
## Render Engine CLI Specific Topics
88

99
Render Engine CLI is a `uv` based project. For more information on installing `uv` and using it
10-
please see the [uv documentation](https://docs.astral.sh/uv/#installation).To get started, for
10+
please see the [uv documentation](https://docs.astral.sh/uv/#installation). To get started, for
1111
this repository and check out your fork.
1212

1313
```shell
@@ -34,6 +34,6 @@ uv pip install . && uv pip install -e .
3434
**NOTE**: The above actually has you installing the CLI as uneditable and then as editable. This
3535
is only needed as long as the main Render Engine install includes an entry point as there is a
3636
conflict. The `uv pip install .` will overwrite the entry point for `render-engine` while the
37-
second command, `uv pip insall -e .` will convert it to an editable install.
37+
second command, `uv pip install -e .` will convert it to an editable install.
3838

3939
This will allow you to test your changes via the command line.

0 commit comments

Comments
 (0)