Merge pull request #9 from paul-bjorkstrand/fix-docs-remove-multiviews

Fix documentation for httpd config
diff --git a/README.md b/README.md
index 6da120e..272f873 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@
             AllowOverride None
         </Directory>
         <Directory /var/www/>
-            Options Indexes FollowSymLinks MultiViews Includes
+            Options Indexes FollowSymLinks Includes
             AllowOverride None
             Order allow,deny
             allow from all