From 2e5578896664ba538102870680df279a59278705 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 12 Aug 2021 15:45:59 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 1dd0d35c..7834237a 100755 --- a/README.md +++ b/README.md @@ -11,15 +11,7 @@ With Flextype, you are in complete control. Design your data structure the way you want. Update and share your data with others and teams using version control. Flextype does not require MySQL database, because all the data are collected in a simple files. Perfect portability when changing your hosting provider. Just copy all the files from one server to another. -The underlying architecture of Flextype is built using well established and best-in-class technologies. This is to ensure that Flextype is simple to use and easy to extend. Some of these key technologies include: - -* [Slim PHP](https://www.slimframework.com): Framework for powerful web applications and APIs. -* [Atomastic](https://atomastic.com): A set of decoupled and reusable PHP building blocks for kickass Web Applications. -* [The PHP League](https://thephpleague.com): The League of Extraordinary PHP Packages well tested and using modern coding standards. -* [Respect Validation](https://respect-validation.readthedocs.io/): The most awesome validation engine ever created for PHP. -* [Built-in Parsers]() Various built-in parser: SHORTCODES, MARKDOWN -* [Built-in Serializers]() Various built-in serializers: YAML, JSON, FRONTMATTER, NEON - +The underlying architecture of Flextype is built using well established and best-in-class technologies. This is to ensure that Flextype is simple to use and easy to extend. ## REQUIREMENTS