From f8a8b70a895f6787b6b91b19d6ee4f67be085be9 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Sun, 8 Sep 2019 15:04:46 +0000 Subject: [PATCH] Reformat README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 620d30b..34acf93 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ ClassFinder =========== -A dead simple utility to identify classes in a given namespace. This package is an improved implementation of an - [answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068) that provides additional features with less - configuration required. +A dead simple utility to identify classes in a given namespace. + +This package is an improved implementation of an [answer on Stack Overflow](https://stackoverflow.com/a/40229665/3000068) +and provides additional features with less configuration required. Requirements ------------ - * Application is using Composer. - * Classes can be autoloaded with Composer. - * PHP >= 5.3.0 +* Application is using Composer. +* Classes can be autoloaded with Composer. +* PHP >= 5.3.0 Installing ----------