diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/yants/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nix/yants/README.md b/nix/yants/README.md index 5d551e5a49ab..48bf3f7b3796 100644 --- a/nix/yants/README.md +++ b/nix/yants/README.md @@ -21,23 +21,23 @@ Currently lacking: ## Primitives & simple polymorphism -![simple](screenshots/simple.png) +![simple](yants/screenshots/simple.png) ## Structs -![structs](screenshots/structs.png) +![structs](yants/screenshots/structs.png) ## Nested structs! -![nested structs](screenshots/nested-structs.png) +![nested structs](yants/screenshots/nested-structs.png) ## Enums! -![enums](screenshots/enums.png) +![enums](yants/screenshots/enums.png) ## Functions! -![functions](screenshots/functions.png) +![functions](yants/screenshots/functions.png) # Usage |