Skip to content

Commit

Permalink
Fix typo in readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Sep 14, 2023
1 parent e934f4f commit 56cc44e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readme_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Moreover, inside the devcontainer, a convenience commands `dev_install` is avail
It installs the service with all development dependencies, installs pre-commit.

The installation is performed automatically when you build the devcontainer. However,
if you update dependencies in the [`./pyproject.tom`](./pyproject.toml) or the
if you update dependencies in the [`./pyproject.toml`](./pyproject.toml) or the
[`./requirements-dev.txt`](./requirements-dev.txt), please run it again.

## License
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Moreover, inside the devcontainer, a convenience commands `dev_install` is avail
It installs the service with all development dependencies, installs pre-commit.

The installation is performed automatically when you build the devcontainer. However,
if you update dependencies in the [`./pyproject.tom`](./pyproject.toml) or the
if you update dependencies in the [`./pyproject.toml`](./pyproject.toml) or the
[`./requirements-dev.txt`](./requirements-dev.txt), please run it again.

## License
Expand Down
6 changes: 3 additions & 3 deletions readme_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ outlined in the following.
- name: The full name of the package is derived from the remote origin Git repository.
- title: A title case representation of the name.
- shortname: An abbreviation of the full name. This is derived from the name mentioned
in the [`./pyproject.tom`](./pyproject.toml).
in the [`./pyproject.toml`](./pyproject.toml).
- summary: A short 1-2 sentence summary derived from the description in the
[`./pyproject.tom`](./pyproject.toml).
[`./pyproject.toml`](./pyproject.toml).
- version: The package version derived from the version specified in the
[`./pyproject.tom`](./pyproject.toml).
[`./pyproject.toml`](./pyproject.toml).
- description: A markdown-formatted description of the features and use cases of this
service or package. Obtained from the [`./.description.md`](./.description.md).
- design_description: A markdown-formatted description of the overall architecture and
Expand Down

0 comments on commit 56cc44e

Please sign in to comment.