Skip to content

Commit 38daaa4

Browse files
committed
Update README.md
1 parent 1d9f1d8 commit 38daaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ A tiny PHP web application framework
33

44
I'm mostly doing this as an exercize in picking through some decisions other frameworks have made.
55

6-
Keeping it simple
6+
## Keeping it simple
77
I think that everyone has their own idea of simple, this is designed for a project that you want to be able to easily test with phpunit and dependency injection but isn't so large that you need to split your project into multiple packages within the project. The idea is that if your project becomes that big you should probably use something like service oriented archetecture to split it up anyway.
88

9-
Design goals:
9+
## Design goals
1010
* Di/Configuration autocompletes in PhpStorm 10+
1111
* Di/Configuration both work the same way, and can be configured per environment.
1212
* By default does not include any external libraries, I'll try to add examples for how to use twig for views.

0 commit comments

Comments
 (0)