Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb34275

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.