From cc145e6950cc30a9cd9544474363b66d75044a79 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Wed, 21 Sep 2022 16:29:07 +0800 Subject: [PATCH] Add link to Godot html5 sample. --- hosting/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hosting/README.md b/hosting/README.md index f5ee67ae8..f925bad14 100644 --- a/hosting/README.md +++ b/hosting/README.md @@ -4,3 +4,4 @@ - [`static-website`](https://github.com/dfinity/examples/tree/master/hosting/static-website) -- simple HTML website demo. - [`Unity-WebGL-sample`](https://github.com/dfinity/examples/tree/master/hosting/unity-webgl-template) -- simple Unity WebGL sample. +- [`Godot-HTML5-sample`](https://github.com/dfinity/examples/tree/master/hosting/godot-html5-template) -- Godot HTML5 sample.