From cbacf5771378f8ef8e5aabaa36e6cf1c56b60999 Mon Sep 17 00:00:00 2001 From: Andrey Danilenko Date: Fri, 24 Feb 2023 21:38:24 +0300 Subject: [PATCH] fix(docs): remove extra semicolon in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4847422..37e45a9 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ TroisJS is really simple and easy to use : box.rotation.x += 0.01; }); } - }).mount('#app');; + }).mount('#app'); ```