diff --git a/README.md b/README.md index b3ac305..c6537b0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# arcIO.NET -This library contains reader functions to interact with the different formats present in an ARC +# ARCtrl.NET + +> **ARCtrl.NET** is the .NET IO implementation of [ARCtrl](https://github.com/nfdi4plants/ARCtrl) + +| Version | Downloads | +| :--------|-----------:| +|Nuget|Nuget| + +```fsharp +#r "nuget: ARCtrl.NET, 1.0.0-beta.2" + +open ARCtrl.NET +open ARCtrl + +let arc = ARC.load(myArcPath) + +// work work work + +arc.Write(myArcPath) +``` + +For documentation on manipulationh of the datamodel, see https://github.com/nfdi4plants/ARCtrl/tree/main/docs