Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGalliano committed Jul 6, 2020
1 parent 7d99c4f commit e9016cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Pion - легковесный PHP Framework.


## Examples
- [Pion Example](https://github.com/ChrisGalliano/PionExample) - Pion + Doctrine + Symfony Console + Docker
- [Pion + Doctrine + Symfony Console + Docker](https://github.com/ChrisGalliano/PionExample)

### Pion principles

## Pion principles
**1. Minimalism**<br/>
Pion предоставляет только базовый набор инструментов. Его задача - получить пользовательский request, обработать его и вернуть ответ.<br/>
Такой подход проектирования использован умышленно, чтобы защитить ядро фреймворка от тесной интеграции c "лишними" компонентами. Вы без проблем можете использовать ваш любимый templating/ORM/IoC-container/etc. :smile:
Expand Down

0 comments on commit e9016cd

Please sign in to comment.