From 590ee419bd3a355f60f46612e3d9bd80a50b49f0 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Mon, 5 Mar 2012 14:21:51 +0100 Subject: [PATCH] Fix docs --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 5bf6b49d7..7f451b3c3 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -184,7 +184,7 @@ Optional. Autoload mapping for a PHP autoloader. Currently [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) -autoloading and ClassMap generation is supported. +autoloading and ClassMap generation are supported. Under the `psr-0` key you define a mapping from namespaces to paths, relative to the package root.