From ca590a987bf04616e5d2b770ac0a55fd8376ea1e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 18 Apr 2026 14:51:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b9f76c..ae39bf8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Vulkan -A simple Vulkan tutorial. -Might expending it later into a game or engine. \ No newline at end of file +A simple Vulkan tutorial. +Might expending it later into a game or engine. + +Based from [vkguide](https://vkguide.dev/)