Skip to content

Commit b66565d

Browse files
committed
Better image widths
1 parent 946749c commit b66565d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,26 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1616

1717
1. **Use this template**
1818

19-
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="300"/></a>
19+
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="250"/></a>
2020

2121
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
2222

2323
2. **Clone repo**
2424

25-
<img src="docs/Screenshot 2025-04-23 at 17.19.10.png" alt="Clone repository" width="350"/>
25+
<img src="docs/Screenshot 2025-04-23 at 17.19.10.png" alt="Clone repository" width="375"/>
2626

2727
Open the repo in VSCode.
2828

29+
> [!TIP]
30+
> This Devcontainer can also be directly used with a GitHub Codespace.
31+
>
32+
> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
33+
2934
3. **Reopen in Container**
3035

3136
Click the button in the popup upon opening the repo:
3237

33-
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="450"/>
38+
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="475"/>
3439

3540
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
3641

0 commit comments

Comments
 (0)