From 19f26b1b41ff0993e2cb84d5ccbdf9c784cfec44 Mon Sep 17 00:00:00 2001 From: hlaaftana Date: Sat, 19 Feb 2022 17:38:11 +0300 Subject: [PATCH] mention other macros --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85a60ac..2b7a1c4 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ assert Value(kind: Integer, integer: 1) == Integer(1) assert Value(kind: Boolean, integer: 1) == Boolean(1) assert Value(kind: Unsigned, unsigned: 1) == Unsigned(1) assert Value(kind: Float, float: 1) == Float(1) + +# see tests/docs for other macros ```