Skip to content

Commit 2196397

Browse files
fixed readme
1 parent 8d941ef commit 2196397

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,12 @@ That's it! Patch Pulse scans your `package.json` and shows which dependencies ar
2424
# Check all dependencies
2525
npx patch-pulse
2626

27-
```
28-
2927
# Show version
30-
3128
npx patch-pulse --version
3229

3330
# Skip specific packages
34-
3531
npx patch-pulse --skip "lodash,@types/\*"
36-
37-
````
32+
```
3833

3934
**Checks:** `dependencies`, `devDependencies`, `peerDependencies`, `optionalDependencies`
4035

@@ -54,7 +49,7 @@ Patch Pulse supports configuration files for persistent settings. Create one of
5449
"packageManager": "npm",
5550
"noUpdatePrompt": false
5651
}
57-
````
52+
```
5853

5954
### Skip Patterns
6055

0 commit comments

Comments
 (0)