Skip to content

Commit 0b61ae2

Browse files
committed
readme: remove broken api doc
1 parent 1fef131 commit 0b61ae2

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

readme.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Nextras Dbal
77
[![Stable Version](https://img.shields.io/packagist/v/nextras/dbal.svg?style=flat)](https://packagist.org/packages/nextras/dbal)
88
[![Code coverage](https://img.shields.io/coveralls/nextras/dbal.svg?style=flat)](https://coveralls.io/r/nextras/dbal)
99

10-
A powerful abstraction layer for database. **Fast & Safe**.
10+
A powerful abstraction layer for a database. **Fast & Safe**.
1111

1212
Supported platforms:
1313
- **MySQL** via `mysqli` extension,
@@ -19,6 +19,10 @@ Integrations:
1919
- Nette DI Extension
2020
- Tracy Panel
2121

22+
### Docs & resources
23+
24+
- [Documentation](https://nextras.org/dbal/docs)
25+
2226
### Installation
2327

2428
Use composer:
@@ -27,18 +31,6 @@ Use composer:
2731
$ composer require nextras/dbal
2832
```
2933

30-
### Docs & sources
31-
32-
- [Documentation](https://nextras.org/dbal/docs)
33-
- [Api Documentation](https://codedoc.pub/nextras/dbal)
34-
35-
### Thanks
36-
37-
This project is inspired by great libraries:
38-
- [Doctrine\DBAL](http://www.doctrine-project.org) - [GitHub](https://github.com/doctrine/dbal)
39-
- [dibi](http://dibiphp.org) - [GitHub](https://github.com/dg/dibi)
40-
- [Nette\Database](http://nette.org) - [GitHub](https://github.com/nette/database)
41-
4234
### License
4335

4436
MIT. See full [license](license.md).

0 commit comments

Comments
 (0)