Skip to content

Commit e1faf13

Browse files
Fix typos (#25)
1 parent d6593de commit e1faf13

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![PyPI](https://img.shields.io/pypi/v/lazy-loader?style=for-the-badge)
1+
![PyPI](https://img.shields.io/pypi/v/lazy_loader?style=for-the-badge)
22

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

55
## Motivation
66

@@ -12,7 +12,7 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
1212
## Installation
1313

1414
```
15-
pip install -U lazy-loader
15+
pip install -U lazy_loader
1616
```
1717

1818
## Usage

RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
Example `version`
66

7-
- 1.8.dev0 \# development version of 1.8 (release candidate 1)
8-
- 1.8rc1 \# 1.8 release candidate 1
9-
- 1.8rc2.dev0 \# development version of 1.8 (release candidate 2)
10-
- 1.8 \# 1.8 release
11-
- 1.9.dev0 \# development version of 1.9 (release candidate 1)
7+
- 1.8.dev0 # development version of 1.8 (release candidate 1)
8+
- 1.8rc1 # 1.8 release candidate 1
9+
- 1.8rc2.dev0 # development version of 1.8 (release candidate 2)
10+
- 1.8 # 1.8 release
11+
- 1.9.dev0 # development version of 1.9 (release candidate 1)
1212

1313
## Process
1414

@@ -24,7 +24,7 @@ Example `version`
2424
git add pyproject.toml CHANGELOG.md
2525
git commit -m 'Designate <version> release'
2626

27-
- Add the version number (e.g., [v1.2.0]{.title-ref}) as a tag in git:
27+
- Add the version number (e.g., `1.2.0`) as a tag in git:
2828

2929
git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lint = ["pre-commit >= 2.20"]
2727

2828
[project.urls]
2929
Home = "https://scientific-python.org/specs/spec-0001/"
30-
Source = "https://github.com/scientific-python/lazy-loader"
30+
Source = "https://github.com/scientific-python/lazy_loader"
3131

3232
[tool.flit.sdist]
3333
exclude = ["tests/*"]

0 commit comments

Comments
 (0)