diff --git a/README.md b/README.md index d46c81c..b5d958e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,37 @@ Requirements Installation ------------ -Grab src/toml.php and put it where you need it. +Grab src/Toml.php and use it where you need it. + +This library intends to stay simple and support older versions of PHP down to 5.2. +Common autoloaders would work for standard use as long as the file Toml.php is in the include path. + + +If you need to use it into namespaced environments or with a certain autoloader struct, +you can wrap it up to your own taste creating a simple file like: + + +##### /some/project/namespace/path/My/Own/Toml.php + +``` +