From 821f8f3784e651bf03fae5183647977bde661248 Mon Sep 17 00:00:00 2001 From: gbarbieri Date: Fri, 6 Mar 2020 12:03:59 +0100 Subject: [PATCH] README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dd4d1c..c4daa5b 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ To have a quick idea what this library offers, take a look at the [tests](https: - automatic conversions - it is possible to string format by calling the corresponding `format()` method, eg: `ubyte.format("%08x")` - all the utypes implement all the function, including `shl` and `shr` for `Ubyte` and `Ushort` -- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint) -- no unsigned arrays supported yet +- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint`) ### How to get it: