Skip to content

Commit 5a1cbee

Browse files
authored
Merge pull request #11 from agoose77/docs-nodejs-node.js
2 parents 3745dec + e275eee commit 5a1cbee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
This package provides two Hatch plugins:
99

1010
- [version source plugin](https://hatch.pypa.io/latest/plugins/version-source/) that reads/writes the package version
11-
from the `version` field of the NodeJS `package.json` file.
11+
from the `version` field of the Node.js `package.json` file.
1212
- [metadata hook plugin](https://hatch.pypa.io/latest/plugins/metadata-hook/) that reads PEP 621 metadata from the
13-
NodeJS `package.json` file.
13+
Node.js `package.json` file.
1414

1515
**Table of Contents**
1616

@@ -68,7 +68,7 @@ Meanwhile, [PEP 440](https://peps.python.org/pep-0440/#version-scheme) defines:
6868
- `post-release`
6969
- `dev-release`
7070

71-
In order to ensure round-trip support, and ensure semantic consistency between NodeJS and Python, this plugin only
71+
In order to ensure round-trip support, and ensure semantic consistency between Node.js and Python, this plugin only
7272
accepts the common version parts:
7373

7474
- `major`

0 commit comments

Comments
 (0)