Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Oct 9, 2023
1 parent c0827a1 commit c1b9496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyBuild Deps
# pybuild-deps

[![PyPI](https://img.shields.io/pypi/v/pybuild-deps.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/pybuild-deps.svg)][pypi status]
Expand All @@ -25,7 +25,7 @@ For users relying exclusively on python wheels, those tools are more than enough
However, for users building applications from source, finding and pinning build dependencies
is required for reproducible builds.

`pybuild-tools` might be useful for developers that need to explicitly declare
`pybuild-deps` might be useful for developers that need to explicitly declare
**all** dependencies for compliance reasons or supply chain concerns.

## Features
Expand All @@ -35,7 +35,7 @@ is required for reproducible builds.

## Installation

You can install _PyBuild Deps_ via [pip] from [PyPI]:
You can install _pybuild-deps_ via [pip] from [PyPI]:

```console
$ pip install pybuild-deps
Expand Down

0 comments on commit c1b9496

Please sign in to comment.