Skip to content

Commit b574880

Browse files
committed
readme: updated
1 parent e5a3fbd commit b574880

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

readme.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Nette Database
77
[![Latest Stable Version](https://poser.pugx.org/nette/database/v/stable)](https://github.com/nette/database/releases)
88
[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://github.com/nette/database/blob/master/license.md)
99

10+
11+
Introduction
12+
------------
13+
1014
Nette provides a powerful layer for accessing your database easily.
1115

1216
- composes SQL queries with ease
@@ -17,20 +21,21 @@ The [Nette Database Core](https://doc.nette.org/database-core) is a wrapper arou
1721

1822
The [Nette Database Explorer](https://doc.nette.org/database-explorer) layer helps you to fetch database data more easily and in a more optimized way.
1923

24+
2025
Installation
2126
------------
2227

23-
Install it using Composer:
28+
The recommended way to install is via Composer:
2429

2530
```
2631
composer require nette/database
2732
```
2833

29-
The last stable release requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1). The dev-master version requires PHP 7.1.
34+
It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
3035

3136

32-
Documentation
33-
-------------
37+
Usage
38+
-----
3439

3540
This is just a piece of documentation. [Please see our website](https://doc.nette.org/database).
3641

0 commit comments

Comments
 (0)