1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

fix(docs): remove extra semicolon in readme

This commit is contained in:
Andrey Danilenko 2023-02-24 21:38:24 +03:00 committed by GitHub
parent 8c5dd149b9
commit cbacf57713
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;
});
}
}).mount('#app');;
}).mount('#app');
</script>
```