Browse Source

Change confusing name

Jordi Boggiano 12 years ago
parent
commit
3a0270147a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/04-schema.md

+ 2 - 2
doc/04-schema.md

@@ -377,8 +377,8 @@ Example:
         "autoload": {
             "psr-0": {
                 "Monolog": "src/",
-                "Vendor\\Namespace": "src/",
-                "Pear_Style": "src/"
+                "Vendor\\Namespace\\": "src/",
+                "Vendor_Namespace_": "src/"
             }
         }
     }