Skip to content

Commit 03da013

Browse files
committed
Fix readme
Fix URL to license file. Use PyPI version in badge.
1 parent 5f98f1d commit 03da013

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# alias ![Version][githubBadge] ![Test status][workflowBadge]
1+
# alias ![Version][PyPIBadge] ![Test status][WorkflowBadge]
22

33
Manage command aliases in Windows.
44

@@ -57,7 +57,8 @@ Adds `%ALIASES_DIR%` to `%PATH%`.
5757

5858
## License
5959

60-
This project is licensed under the [MIT License](LICENSE.md).
60+
This project is licensed under the [MIT License][License].
6161

62-
[workflowBadge]: https://img.shields.io/github/workflow/status/alexesprit/alias/Test?label=Test
63-
[githubBadge]: https://img.shields.io/github/v/release/alexesprit/alias
62+
[License]: https://github.com/test-room-7/alias/blob/master/LICENSE.md
63+
[PyPIBadge]: https://img.shields.io/pypi/v/alias-windows
64+
[WorkflowBadge]: https://img.shields.io/github/workflow/status/alexesprit/alias/Test?label=Test

0 commit comments

Comments
 (0)