diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html
index 726f8c9..5b4575b 100644
--- a/user_guide/libraries/image_lib.html
+++ b/user_guide/libraries/image_lib.html
@@ -103,7 +103,7 @@
 $config['width']		= 75;<br />

 $config['height']	= 50;<br />

 <br />

-$this->image_lib->initialize($config);

+$this->load->library('image_lib', $config);

 <br />

 <br />

 $this->image_lib->resize();</code>

diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html
index c7cf82d..448ba4c 100644
--- a/user_guide/libraries/loader.html
+++ b/user_guide/libraries/loader.html
@@ -93,7 +93,7 @@
 <p>This function is used to load your View files.  If you haven't read the <a href="../general/views.html">Views</a> section of the

 user guide it is recommended that you do since it shows you how this function is typically used.</p>

 

-<p>The first parameter is required.  It is the name of the view file you would like to load.</p>

+<p>The first parameter is required.  It is the name of the view file you would like to load. &nbsp;Note: The .php file extension does not need to be specified unless you use something other then <kbd>.php</kbd>.</p>

 

 <p>The second <strong>optional</strong> parameter can take

 an associative array or an object as input, which it runs through the PHP <a href="http://www.php.net/extract">extract</a> function to