From 89528c3e8fd729b9fdb0e18b1adc547688dc65a0 Mon Sep 17 00:00:00 2001 From: sean butler Date: Tue, 11 Jun 2024 20:33:21 +0100 Subject: [PATCH] Update README.md i think it needs a blank line after heading for a table to render properly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb9fb60..b4df350 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ cmake ../path/to/your_project/ -DVK_BOOTSTRAP_TEST=ON ``` ### Build Options + | Name | Type | Default Value | Description | | ---- | --- | ---- | ----- | | `VK_BOOTSTRAP_WERROR` | bool | `OFF` | Enable warnings as errors during compilation. |