Browse Source

Merge pull request #2647 from thewilkybarkid/invalid-json

Correct JSON
Nils Adermann 11 years ago
parent
commit
e060adeb97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -407,7 +407,7 @@ Example:
         "autoload": {
             "psr-4": {
                 "Monolog\\": "src/",
-                "Vendor\\Namespace\\": "",
+                "Vendor\\Namespace\\": ""
             }
         }
     }