From a3204ce2b3da4d93765c55e56f4189c13d72f997 Mon Sep 17 00:00:00 2001 From: zacharylayne Date: Tue, 30 Jul 2024 05:27:34 -0700 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb2f9e..ff964c7 100644 --- a/README.md +++ b/README.md @@ -187,25 +187,45 @@ dotnet add package ConstTypeArgs.Core [**ConstTypeArgs.Bools**](/Source/ConstTypeArgs.Bools) -**Installation:** +
+Installation + +
+ ``` dotnet add package ConstTypeArgs.Bools ``` +
+ [**ConstTypeArgs.Bytes**](/Source/ConstTypeArgs.Bytes) -**Installation:** + + +
+Installation + +
+ ``` dotnet add package ConstTypeArgs.Bytes ``` +
+ [**ConstTypeArgs.Chars**](/Source/ConstTypeArgs.Chars) -**Installation:** +
+Installation + +
+ ``` dotnet add package ConstTypeArgs.Chars ``` +
+ [**ConstTypeArgs.Decimals**](/Source/ConstTypeArgs.Decimals) **Installation:**