Skip to content

Commit eb34275

Browse files
authored
Address a few more places that used the old spelling (#130)
1 parent 67dd388 commit eb34275

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![PyPI](https://img.shields.io/pypi/v/lazy_loader)](https://pypi.org/project/lazy_loader/)
1+
[![PyPI](https://img.shields.io/pypi/v/lazy-loader)](https://pypi.org/project/lazy-loader/)
22
[![Test status](https://github.com/scientific-python/lazy-loader/workflows/test/badge.svg?branch=main)](https://github.com/scientific-python/lazy-loader/actions?query=workflow%3A%22test%22)
33
[![Test coverage](https://codecov.io/gh/scientific-python/lazy-loader/branch/main/graph/badge.svg)](https://app.codecov.io/gh/scientific-python/lazy-loader/branch/main)
44

5-
`lazy_loader` makes it easy to load subpackages and functions on demand.
5+
`lazy-loader` makes it easy to load subpackages and functions on demand.
66

77
## Motivation
88

@@ -14,10 +14,10 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
1414
## Installation
1515

1616
```
17-
pip install -U lazy_loader
17+
pip install -U lazy-loader
1818
```
1919

20-
We recommend using `lazy_loader` with Python >= 3.11.
20+
We recommend using `lazy-loader` with Python >= 3.11.
2121
If using Python 3.11, please upgrade to 3.11.9 or later.
2222
If using Python 3.12, please upgrade to 3.12.3 or later.
2323
These versions [avoid](https://github.com/python/cpython/pull/114781) a [known race condition](https://github.com/python/cpython/issues/114763).

0 commit comments

Comments
 (0)