From 0b61ae2232210af91c9930793ab43a37ab03903e Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Sun, 16 Aug 2020 13:05:57 +0200 Subject: [PATCH] readme: remove broken api doc --- readme.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/readme.md b/readme.md index bf3584b9..d668e584 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Nextras Dbal [![Stable Version](https://img.shields.io/packagist/v/nextras/dbal.svg?style=flat)](https://packagist.org/packages/nextras/dbal) [![Code coverage](https://img.shields.io/coveralls/nextras/dbal.svg?style=flat)](https://coveralls.io/r/nextras/dbal) -A powerful abstraction layer for database. **Fast & Safe**. +A powerful abstraction layer for a database. **Fast & Safe**. Supported platforms: - **MySQL** via `mysqli` extension, @@ -19,6 +19,10 @@ Integrations: - Nette DI Extension - Tracy Panel +### Docs & resources + +- [Documentation](https://nextras.org/dbal/docs) + ### Installation Use composer: @@ -27,18 +31,6 @@ Use composer: $ composer require nextras/dbal ``` -### Docs & sources - -- [Documentation](https://nextras.org/dbal/docs) -- [Api Documentation](https://codedoc.pub/nextras/dbal) - -### Thanks - -This project is inspired by great libraries: -- [Doctrine\DBAL](http://www.doctrine-project.org) - [GitHub](https://github.com/doctrine/dbal) -- [dibi](http://dibiphp.org) - [GitHub](https://github.com/dg/dibi) -- [Nette\Database](http://nette.org) - [GitHub](https://github.com/nette/database) - ### License MIT. See full [license](license.md).