diff --git a/.scrutinizer.yml b/.scrutinizer.yml
deleted file mode 100644
index 0e7d790..0000000
--- a/.scrutinizer.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-build:
- environment:
- php: 8.0.0
-
- nodes:
- analysis:
- tests:
- override:
- - php-scrutinizer-run
-
- tests-and-coverage:
- environment:
- php:
- ini:
- "xdebug.mode": coverage
- tests:
- override:
- - phpcs-run ./src
- - command: "vendor/bin/phpunit test/phpunit --coverage-clover test/phpunit/_coverage --whitelist src"
- coverage:
- file: "test/phpunit/_coverage"
- format: "php-clover"
-
-checks:
- php:
- code_rating: true
- duplication: true
-
-filter:
- excluded_paths:
- - test/*
- - vendor/*
\ No newline at end of file
diff --git a/README.md b/README.md
index 25e6b05..aa4756d 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ When a PHP application reaches scale, it is often the database that is the perfo
-
+
-
+