From cc006997ec12ddc44eec24506d68b55536c6c2d3 Mon Sep 17 00:00:00 2001 From: Daniel Destouche Date: Tue, 16 Jul 2019 02:21:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef548d..8b1869c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Base62 encoder and decoder based on [Base62 for PHP](https://github.com/tuupola/ ## Compatibility -Written for `netstandard1.0` this library should be able to be used cross-platform. See [netstandard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) details for more information. +Written to be netstandard compliant, this library should be able to be used cross-platform. See [netstandard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) details for more information. ## Usage