Skip to content

Commit

Permalink
Fix typos in install guide (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortencombat committed Jul 3, 2024
1 parent 25685c7 commit ca2dfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It implements Python bindings for [Taffy](https://github.com/dioxuslabs/taffy),
**stretchable** is a Python package [hosted on PyPI](https://pypi.org/project/stretchable/). It can be installed using [pip](https://pip.pypa.io/en/stable/):

```console
python -m pip install attrs
python -m pip install stretchable
```

Building a tree of nodes and calculating the layout is as simple as:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It implements Python bindings for [Taffy](https://github.com/dioxuslabs/taffy),
**stretchable** is a Python package [hosted on PyPI](https://pypi.org/project/stretchable/). It can be installed using [pip](https://pip.pypa.io/en/stable/):

```console
$ python -m pip install attrs
$ python -m pip install stretchable
```

These next steps will help you get started:
Expand Down

0 comments on commit ca2dfc6

Please sign in to comment.