diff --git a/doc/04-schema.md b/doc/04-schema.md index f5440fba7..71c4fd692 100644 --- a/doc/04-schema.md +++ b/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/" } } }