Skip to content

Commit 1d0d38c

Browse files
committed
Fix numbering in MD
1 parent 9c54209 commit 1d0d38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ npm run start -- --sbom-cache sboms --purl-file queries.txt
172172
npm run start -- --sync-sboms --org my-org --sbom-cache sboms
173173
```
174174

175-
1. Later offline search (no API calls; uses previously written per‑repo JSON):
175+
2. Later offline search (no API calls; uses previously written per‑repo JSON):
176176

177177
```bash
178178
npm run start -- --sbom-cache sboms --purl pkg:npm/[email protected]
@@ -442,7 +442,7 @@ npm install
442442
npm run build
443443
```
444444
445-
1. Run the test harness script:
445+
2. Run the test harness script:
446446
447447
```bash
448448
node dist/test-fixture-match.js

0 commit comments

Comments
 (0)