1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

Merge pull request #186 from psoglav/master

Fixing tiny typo in README
This commit is contained in:
Kevin LEVRON 2023-03-08 08:47:42 +01:00 committed by GitHub
commit ead55978a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ TroisJS is really simple and easy to use :
box.rotation.x += 0.01; box.rotation.x += 0.01;
}); });
} }
}).mount('#app');; }).mount('#app');
</script> </script>
``` ```