From b26e55701c0a1323ce9aa57d357cddf0de3f854f Mon Sep 17 00:00:00 2001 From: Alexander Kovelenov Date: Wed, 24 Nov 2021 12:54:38 +0300 Subject: [PATCH] Minor README tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0c233e..f02c068 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Suzanne Scene Running in Blender](https://www.soft8soft.com/wiki/images/b/b6/Suzanne_blender.jpg) # Three.js-Blender Template -Use this template for creating 3D web applications with Blender and Three.js. It includes: +Use this starter project for creating 3D web applications with Blender and Three.js. It includes: * Blend file with "Suzanne" model and Principled BSDF shader. * Exported asset in glTF 2.0 format. @@ -10,10 +10,10 @@ Use this template for creating 3D web applications with Blender and Three.js. It * Basic web server script written in Python. * index.html file with HTML/CSS/JavaScript code. -See [this wiki page](https://www.soft8soft.com/wiki/index.php/Making_3D_web_apps_with_Blender_and_Three.js) for more info on how to run this template. +See [this wiki page](https://www.soft8soft.com/wiki/index.php/Making_3D_web_apps_with_Blender_and_Three.js) for more info on how to make and run actual WebGL apps with this starter project. ## Support Got questions? Ask on the [Forums](https://www.soft8soft.com/forums/). ## License -This template is licensed under the terms of the MIT license. +This project is licensed under the terms of the MIT license.