Skip to content

Commit 693635a

Browse files
authored
Update README.md
[ci skip]
1 parent 4542d91 commit 693635a

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
@@ -10,9 +10,9 @@ CommandLineUtils
1010
[nuget-download-badge]: https://img.shields.io/nuget/dt/McMaster.Extensions.CommandLineUtils?style=flat-square
1111

1212

13-
This is a fork of [Microsoft.Extensions.CommandLineUtils](https://github.com/aspnet/Common), which is no longer under [active development](https://github.com/aspnet/Common/issues/257). This fork, on the other hand, will continue to make improvements, release updates and take contributions.
13+
This is a fork of [Microsoft.Extensions.CommandLineUtils](https://github.com/aspnet/Common), which is no longer under [active development](https://github.com/aspnet/Common/issues/257). This fork, on the other hand, will continue to make improvements, release updates, and accept contributions.
1414

15-
The roadmap for this project can be found [here](https://github.com/natemcmaster/CommandLineUtils/issues/206).
15+
The roadmap for this project is [pinned to the top of the issue list](https://github.com/natemcmaster/CommandLineUtils/issues/).
1616

1717
## Install
1818

@@ -28,7 +28,7 @@ $ dotnet add package McMaster.Extensions.CommandLineUtils
2828
## Usage
2929

3030
See [documentation](https://natemcmaster.github.io/CommandLineUtils/) for API reference, samples, and tutorials.
31-
See [samples/](./docs/samples/) for more examples, such as:
31+
See [docs/samples/](./docs/samples/) for more examples, such as:
3232

3333
- [Async console apps](./docs/samples/helloworld-async/)
3434
- [Structuring an app with subcommands](./docs/samples/subcommands/)

0 commit comments

Comments
 (0)