Skip to content

Commit b5920de

Browse files
committed
README: continue renames
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent d03ae16 commit b5920de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# pypi-attestations
22

33
<!--- BADGES: START --->
4-
[![CI](https://github.com/trailofbits/pypi-attestation-models/actions/workflows/tests.yml/badge.svg)](https://github.com/trailofbits/pypi-attestation-models/actions/workflows/tests.yml)
5-
[![PyPI version](https://badge.fury.io/py/pypi-attestation-models.svg)](https://pypi.org/project/pypi-attestation-models)
6-
[![Packaging status](https://repology.org/badge/tiny-repos/python:pypi-attestation-models.svg)](https://repology.org/project/python:pypi-attestation-models/versions)
4+
[![CI](https://github.com/trailofbits/pypi-attestations/actions/workflows/tests.yml/badge.svg)](https://github.com/trailofbits/pypi-attestations/actions/workflows/tests.yml)
5+
[![PyPI version](https://badge.fury.io/py/pypi-attestations.svg)](https://pypi.org/project/pypi-attestations)
6+
[![Packaging status](https://repology.org/badge/tiny-repos/python:pypi-attestations.svg)](https://repology.org/project/python:pypi-attestations/versions)
77
<!--- BADGES: END --->
88

99
A library to generate and convert between Sigstore Bundles and [PEP 740]
@@ -12,7 +12,7 @@ Attestation objects.
1212
## Installation
1313

1414
```bash
15-
python -m pip install pypi-attestation-models
15+
python -m pip install pypi-attestations
1616
```
1717

1818
## Usage as a command line tool
@@ -127,4 +127,4 @@ print(bundle.to_json())
127127
128128
[PEP 740]: https://peps.python.org/pep-0740/
129129
130-
[here]: https://trailofbits.github.io/pypi-attestation-models
130+
[here]: https://trailofbits.github.io/pypi-attestations

0 commit comments

Comments
 (0)