Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit ebf1b74

Browse files
committed
fix broken indentation
1 parent fb968e1 commit ebf1b74

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

docs/index.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,21 @@ This package supports the following platforms:
2828
To install the `flet-map` package and add it to your project dependencies:
2929

3030
=== "uv"
31-
32-
```bash
33-
uv add flet-map
34-
```
31+
```bash
32+
uv add flet-map
33+
```
3534

3635
=== "pip"
37-
38-
```bash
39-
pip install flet-map
40-
```
41-
42-
You will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
36+
```bash
37+
pip install flet-map # (1)!
38+
```
4339

4440
=== "poetry"
41+
```bash
42+
poetry add flet-map
43+
```
4544

46-
```bash
47-
poetry add flet-map
48-
```
45+
1. After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
4946

5047
## Example
5148

0 commit comments

Comments
 (0)