From 50c9ed60b1e760243525bae7becd5aa3a3cb7375 Mon Sep 17 00:00:00 2001 From: Joe Alam Date: Fri, 20 Jul 2018 23:23:49 +0100 Subject: [PATCH] Fix misleading typo regarding generate_bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6ff1c..3910bf5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ cd .. resulting libraries will be placed under `bin/` and the generated headers will be placed under `include/*` **Note:** -> `regenerate_bindings=yes` is used to force regenerating C++ bindings (`godot_api.json` - Godot API) +> `generate_bindings=yes` is used to force regenerating C++ bindings (`godot_api.json` - Godot API) > Include `use_llvm=yes` for using clang++