diff --git a/README.md b/README.md index 63c62203..44cfb268 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ -# Argu [![Build & Tests](https://github.com/fsprojects/Argu/workflows/Build%20&%20Tests/badge.svg?branch=master)](https://github.com/fsprojects/Argu/actions) [![NuGet Badge](https://buildstats.info/nuget/Argu)](https://www.nuget.org/packages/Argu) +# Argu [![Build & Tests](https://github.com/fsprojects/Argu/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/fsprojects/Argu/actions/workflows/build.yml) [![NuGet Badge](https://buildstats.info/nuget/Argu)](https://www.nuget.org/packages/Argu) -A declarative CLI argument/XML configuration parser for F# applications. - -A package of the library is available on [Nuget](http://www.nuget.org/packages/Argu/). +A declarative CLI argument/XML configuration parser / help message generator for F# applications, delivered as a `netstandard2.0` [NuGet package](http://www.nuget.org/packages/Argu). ### Documentation +All documentation and related material can be found [here](http://fsprojects.github.io/Argu/). + * [Tutorial](http://fsprojects.github.io/Argu/tutorial.html) A short walkthrough of Argu features. * [API Reference](http://fsprojects.github.io/Argu/reference/index.html) Auto-generated library documentation. -All documentation and related material can be found [here](http://fsprojects.github.io/Argu/). - Originally created by [Eirik Tsarpalis](https://twitter.com/eiriktsarpalis) ## Maintainers