clarified capitalization of model class names
diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index f5238ee..8aea194 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -137,7 +137,7 @@
}<br />
}</code>
-<p>Where <var>Model_name</var> is the name of your class. Class names <strong>must</strong> be capitalized.
+<p>Where <var>Model_name</var> is the name of your class. Class names <strong>must</strong> have the first letter capitalized with the rest of the name lowercase.
Make sure your class extends the base Model class.</p>
<p>The file name will be a lower case version of your class name. For example, if your class is this:</p>