Skip to content

Commit fe63894

Browse files
committed
update mpi metadata example to reflect new structure
Signed-off-by: vsoch <[email protected]>
1 parent f7199fd commit fe63894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ The library extractor currently just has one section for "mpi"
175175
⭐️ Running extract...
176176
--Result for library
177177
-- Section mpi
178-
mpi.variant: mpich
179-
mpi.version: 4.1.1
178+
variant: mpich
179+
version: 4.1.1
180180
Extraction has run!
181181
```
182182

@@ -198,8 +198,8 @@ cat test-library.json
198198
"library": {
199199
"sections": {
200200
"mpi": {
201-
"mpi.variant": "mpich",
202-
"mpi.version": "4.1.1"
201+
"variant": "mpich",
202+
"version": "4.1.1"
203203
}
204204
}
205205
}

0 commit comments

Comments
 (0)