From 1a5bd962578d55438eebb7aa70ec8073cd3c73b8 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 13 Dec 2023 23:02:22 +0000 Subject: [PATCH] Reorg README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63c62203..5667d22d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# 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 declarative CLI argument/XML configuration parser / help message generator for F# applications. -A package of the library is available on [Nuget](http://www.nuget.org/packages/Argu/). +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