diff --git a/README.md b/README.md
index 492826f73d5d742f71eb339b57f21b5db0fd1f0a..6cfa0a149450521dd9337f809a1aa29f6fc6f94e 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ std::vector<Triangle> triangles;
 // code to set the vertices and triangles
 ...
 // BVHModel is a template class for mesh geometry, for default OBBRSS template is used
-typedef BVHModel<OBBRSS>* Model;
+typedef BVHModel<OBBRSS> Model;
 Model* model = new Model();
 // add the mesh data into the BVHModel structure
 model->beginModel();