Skip to content

Commit e6fd514

Browse files
committed
cs
1 parent 95a3fcf commit e6fd514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,23 +89,23 @@ This "opens up" versions without forcing updates. If no blockers exist, Composer
8989

9090
Command Options:
9191

92-
- **Limit the number of packages** to process (default: 5):
92+
**Limit the number of packages** to process (default: 5):
9393

9494
```bash
9595
vendor/bin/jack open-versions --limit 3
9696
```
9797

9898
<br>
9999

100-
- **Dry run** to preview changes without modifying `composer.json`:
100+
**Dry run** to preview changes without modifying `composer.json`:
101101

102102
```bash
103103
vendor/bin/jack open-versions --dry-run
104104
```
105105

106106
<br>
107107

108-
- **Update dev dependencies first** for safer, low-risk updates:
108+
**Update dev dependencies first** for safer, low-risk updates:
109109

110110
```bash
111111
vendor/bin/jack open-versions --dev

0 commit comments

Comments
 (0)