diff --git a/README.md b/README.md index c0be0b0..b5d0e1c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/source/index.md b/docs/source/index.md index 6c617e6..2d4e14e 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -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: