From e21f830e74e92f5d0f9700a88bf11aae1b4bc0e4 Mon Sep 17 00:00:00 2001 From: Viktor Lott <22944008+viktorlott@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:51:38 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f966cd9..5e21ebd 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ Current support: - `struct` -- [x] static types -- [ ] generic types + - [x] static types + - [ ] generic types - `enum` -- [ ] static types -- [ ] generic types + - [ ] static types + - [ ] generic types - `fn` -- [ ] static types -- [ ] generic types + - [ ] static types + - [ ] generic types # Struct example