Skip to content

Commit eaa0344

Browse files
committed
Update README
1 parent 41b63b4 commit eaa0344

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
[![Python 3.10+](https://img.shields.io/pypi/pyversions/dev-code)](https://pypi.org/project/dev-code/)
1616
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1717

18+
Reusable Dev Containers for any project — without modifying the repository.
19+
1820
---
1921

20-
Reusable Dev Containers for any project — without modifying the repository.
2122

2223
`devcode` is a CLI that opens any project in VS Code Dev Containers using reusable, local templates.
2324

@@ -229,7 +230,7 @@ eval "$(devcode completion bash)"
229230
devcode init
230231
devcode new python-dev
231232
devcode edit python-dev
232-
devcode open python-dev ~/projects/api
233+
devcode open python-dev ~/projects/my-app
233234
```
234235

235236
---

0 commit comments

Comments
 (0)