From 07c1bbe15d1e624cf427aca3bef8f103bdd37f9d Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 14 Dec 2023 07:21:32 +0000 Subject: [PATCH] Reorg README (#204) --- 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