Browse Source

docs: corrected stackblitz component

Alvaro 2 years ago
parent
commit
c7dafcd0a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/orbit-controls.md

+ 1 - 1
docs/examples/orbit-controls.md

@@ -1,6 +1,6 @@
 # OrbitControls
 
-<**StackBlitzEmbed** projectId="tresjs-basic" />
+<StackBlitzEmbed projectId="tresjs-basic" />
 
 [OrbitControls](https://threejs.org/docs/index.html?q=orbit#examples/en/controls/OrbitControls) is a camera controller that allows you to orbit around a target. It's a great way to explore your scene.