Skip to content

Commit

Permalink
Address a few more places that used the old spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Aug 4, 2024
1 parent 67dd388 commit 6d54ddc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![PyPI](https://img.shields.io/pypi/v/lazy_loader)](https://pypi.org/project/lazy_loader/)
[![PyPI](https://img.shields.io/pypi/v/lazy-loader)](https://pypi.org/project/lazy-loader/)
[![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)
[![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)

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

## Motivation

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

```
pip install -U lazy_loader
pip install -U lazy-loader
```

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

0 comments on commit 6d54ddc

Please sign in to comment.