Skip to content

Commit

Permalink
docs(npm): "exmaple" spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 12, 2025
1 parent 9825851 commit e096281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ curl -Ss $(npm view gundam-visor@1.0.1 --json | jq -r '.dist.attestations.url'
}
```

exmaple publish attestation
example publish attestation

```json
$ curl -Ss $(npm view gundam-visor@1.0.1 --json | jq -r '.dist.attestations.url') | jq '.attestations[0].bundle.dsseEnvelope.payload' -r | base64 -d | jq
Expand Down

0 comments on commit e096281

Please sign in to comment.