From 178a446aa920ba20e165c0c713a32ae5dae04639 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 27 Sep 2020 17:34:34 +0100 Subject: [PATCH] Updated readme links --- examples/godot_logistic_regression/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/godot_logistic_regression/README.md b/examples/godot_logistic_regression/README.md index 0defa6cd9..a1d17d88d 100644 --- a/examples/godot_logistic_regression/README.md +++ b/examples/godot_logistic_regression/README.md @@ -3,7 +3,7 @@ This repository contains the accompanying code for the Blog post ["Supercharging Game Development with GPU Accelerated Machine Learning"](https://medium.com/@AxSaucedo/supercharging-game-development-with-gpu-accelerated-ml-using-vulkan-kompute-the-godot-game-engine-4e75a84ea9f0). This example folder contains three key components: -* The Godot Project to run the example +* The Godot Project file `project.godot` to run the example * The [instructions for the Custom Module](./custom_module/) implementation * The [instructions for the GdNative Library](./gdnative_shared/) implementation