From f86dea12cc0cccc89b1dc42fbd30fd542eaf34c2 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 19 Jul 2021 21:45:29 +0200 Subject: [PATCH] Updated formatting in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d669745be..7dd020531 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ Due to its ABI compatibility with C, it's possible to mix C and C3 in the same p As a demonstration, vkQuake was compiled with a small portion of the code converted to C3 and compiled with the c3c compiler: -[![vkQuake](https://github.com/c3lang/c3c/blob/master/resources/images/vkQuake.png?raw=true)] -(See https://github.com/c3lang/vkQuake) +![vkQuake](https://github.com/c3lang/c3c/blob/master/resources/images/vkQuake.png?raw=true) + +(The vkFork is at https://github.com/c3lang/vkQuake) #### Todo / done