diff --git a/yants.md b/yants.md index dcdea0bd3..fe2affd5e 100644 --- a/yants.md +++ b/yants.md @@ -5,12 +5,12 @@ This is a tiny type-checker for data in Nix, written in Nix. It doesn't have all ## Primitives & simple polymorphism -![simple](https://i.imgur.com/hDQAQUK.png) +![simple](z-simple.png) ## Structs -![structs](https://i.imgur.com/f8jgnul.png) +![structs](z-structs.png) ## Nested structs! -![nested structs](https://i.imgur.com/O3RsHds.png) \ No newline at end of file +![nested structs](z-nested-structs.png) diff --git a/z-nested-structs.png b/z-nested-structs.png new file mode 100644 index 000000000..6b03ed65c Binary files /dev/null and b/z-nested-structs.png differ diff --git a/z-simple.png b/z-simple.png new file mode 100644 index 000000000..05a302cc6 Binary files /dev/null and b/z-simple.png differ diff --git a/z-structs.png b/z-structs.png new file mode 100644 index 000000000..f46e15ade Binary files /dev/null and b/z-structs.png differ